/aci-unity-tools

A collection of Unity-scripts. Used in projects of the Affective & Cognitive Institute.

Primary LanguageC#MIT LicenseMIT

ACI logo

ACI Unity Tools

This is a collection of tools used for Unity development by the ACI for internal projects.

Requirements

The following packages need to be added to the project manifest file located in your root Unity Project folder under Packages/manifest.json:

Under dependencies add:

"com.svermeulen.asyncawaitutil": "ssh://git@github.com/umfahrem/Unity3dAsyncAwaitUtil.git#0.1.3", "com.svermeulen.extenject": "ssh://git@github.com/umfahrem/Extenject.git#9.1.1",

Table of content

Components

This is the list of current components and a small description of what they do.

Navigation

Used to navigate within an application. Contains features such as pushing / popping screens.

Dialog

Used to create dialogs, for example: Alerts, Activity Indicators.

Tweeners

Contains Tweeners for Scale, Anchor, etc. Mainly used for animating.

Usage

Information on Development environment setup, etc.

License

This project is licensed under the MIT license - see the LICENSE file for details.

Projects

Links

Acknowledgements