Skip to content

Contains commonly and repeatedly used scripts and useful assets needed when developing applications in Unity.

License

Notifications You must be signed in to change notification settings

sid68v/Useful-Assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Useful-Assets

Contains commonly and repeatedly used scripts and useful assets needed when developing applications in Unity. Find :

Common Scripts - Links to public gists are provided below with a brief description as to their purpose. It's faster to access and maintain immutability imo. We can create a folder to store the scripts, but that would be difficult to manage since we need to push and fetch everytime we need a script.

  1. ButtonHitZone.cs : An efficient script for unity for increasing the touch area of UI elements especially buttons for better experience. Simply attach to the needed buttons as an extra component. no value need be set.

  2. ObjectPooler.cs : A generic script for object pooling.

  3. CameraFollow.cs : A standard camera controller script that can be attached to the MainCamera to follow and rotate along with the player.

  4. Rotator.cs : Basic Rotation script around Y axis.

  5. AnchorsToCorners.cs : To anchor UI elements in fixed positions.credits to https://github.com/refreshlearn/Unity3DScripts

UI and associated prefabs - go to /UnityPackages

UI

  1. Progressbar
    Import the unitypackage and drag the prefab to canvas to use. More help inside the script attached to the prefab.

About

Contains commonly and repeatedly used scripts and useful assets needed when developing applications in Unity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published