Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anirban166/unity-scripts
CHashtag scripts for Unity games
https://github.com/anirban166/unity-scripts
csharp game-scripts unity
Last synced: 17 days ago
JSON representation
CHashtag scripts for Unity games
- Host: GitHub
- URL: https://github.com/anirban166/unity-scripts
- Owner: Anirban166
- License: unlicense
- Created: 2019-07-21T04:41:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-18T04:50:24.000Z (over 2 years ago)
- Last Synced: 2024-10-13T14:13:37.765Z (about 1 month ago)
- Topics: csharp, game-scripts, unity
- Language: C#
- Homepage:
- Size: 729 KB
- Stars: 55
- Watchers: 10
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Contents
C Camera • Character Controlling
CD Collision Detection
E Events • Exceptions
G Gameflow
LM Level Management • Misc
R Raycasts
S Strings
T Threads
UI UI • Interface
## Setup
In addition, follow Visual Scripting - a feature of Unity'19
## Support Version
The recently released **2019 LTS** offers a stable version for the ones who want to lock in their production on a specific version of Unity for maximum stability, or basically the ones who prefer infrequency in patches via the long term support versions. Its primary features focus on a wide array of topics, but since we are concerned with scripting in particular here, the pros you should be aware of include [addressables](https://unity.com/releases/2019-3/editor-tools#addressables), the [burst compiler](https://unity.com/dots/packages#burst-compiler) and [incremental garbage collection](https://unity.com/releases/2019-2/programmer-tools#incremental-garbage-collection).
For upgrading from any 2018 Unity version to the 2019 LTS, follow [this guide](https://docs.unity3d.com/Manual/UpgradeGuide2019LTS.html).