Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Language used : 100% C#

## Contents

C CameraCharacter Controlling

CD Collision Detection

E EventsExceptions

G Gameflow

LM Level ManagementMisc

R Raycasts

S Strings

T Threads

UI UIInterface

## 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).