Script Templates
qASIC comes with a lot of script templates not only for itself, but also for other things.
Root folder required
ScriptTemplates is a special folder which has to stay in your projects root directory. Do not move it!
qASIC script templates can be found under Assets/Create/qASIC
. Currently this list consists only one script, but I hope to add more in the future.
The "other" script templates mentioned earlier are very simple, but useful templates.
Name | Description |
---|---|
Clean Script | Simple C# MonoBehaviour script without any additional namespaces or methods |
State Machine Behaviour | The State Maschine Behaviour script that Unity generates when creating it from the Add Component menu on an animation |
TXT File | Blank txt file |