Difference between revisions of "Script Toolbox"
From Headbone Creative
(Initial page) |
(Updated links) |
||
Line 6: | Line 6: | ||
<table style="background-color:#dae7be; width:49%; border:1px solid black;"> | <table style="background-color:#dae7be; width:49%; border:1px solid black;"> | ||
+ | <tr><th>[[Script Toolbox]]</th></tr> | ||
<tr><td>'''Documentation'''</td></tr> | <tr><td>'''Documentation'''</td></tr> | ||
<tr><td>[[Cutscene Framework]]</td></tr> | <tr><td>[[Cutscene Framework]]</td></tr> | ||
Line 13: | Line 14: | ||
<tr><td>[[:Category:Mobile|Mobile Utilities]]</td></tr> | <tr><td>[[:Category:Mobile|Mobile Utilities]]</td></tr> | ||
<tr><td>[[:Category:Utility|Other Scripts & Utilities]]</td></tr> | <tr><td>[[:Category:Utility|Other Scripts & Utilities]]</td></tr> | ||
+ | <tr><td>[[:Category:Demos|Demo Scenes]]</td></tr> | ||
<tr><td> </td></tr> | <tr><td> </td></tr> | ||
<tr><td>'''API'''</td></tr> | <tr><td>'''API'''</td></tr> | ||
Line 18: | Line 20: | ||
<tr><td>[[:Category:Free Scripts|Free Scripts]]</td></tr> | <tr><td>[[:Category:Free Scripts|Free Scripts]]</td></tr> | ||
<tr><td>[[:Category:Premium Scripts|Premium Scripts]]</td></tr> | <tr><td>[[:Category:Premium Scripts|Premium Scripts]]</td></tr> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</table> | </table> |
Revision as of 03:02, 22 April 2013
The Script Toolbox is a set of scripts and utilities released on the Unity Asset Store. There are two parts: the Base package (free) and the Premium package. The Base package will work on its own but only contains a limited number of scripts, and is covered by a different license than the Premium package.
Some features of the Premium package will only work if the Base package is installed.
The toolbox is written in C#, but it can be used with Javascript if desired. Simply move the scripts into a folder called Plugins. This will tell Unity to compile them first, after which they will be available to be used in the Javascript in your project.