A collection of useful Unity assets and scripts I have made for myself.
Feel free to use them in any project you want (noncommercial or commercial). No need to credit me, but it would be appreciated. I would love to see your projects aswell!
- Make sure you have all prequisites installed
- Import/download the latest
.unitypackage
from releases into your editor - Optional assets
- ScriptTemplates - C# script templates for Unity. Copy this folder into the root of your project's
Assets
folder, then restart Unity editor. You can use these by going toAssets > Create > C# Templates
. - .gitattributes - Used to tell Git LFS how to handle certain common large gamedev assets
- .gitignore - A common git ignore file used for Unity projects
- ScriptTemplates - C# script templates for Unity. Copy this folder into the root of your project's
- Verified with Unity 2021.3.1f1
- NaughtyAttributes
Credits to Kenney for art assets used in some examples.
You can also check out my favourite Unity packages/assets here.