Manual Home of No Such Studio
Here are the list of Unity assets developed by us. Click on the asset you are interested in to go to its manual section.
No Such Studio: Variables: This asset includes utility classes to declare and use global variables in Unity.
No Such Studio: Localization: The localization asset comes in the two flavors:
- Pro: Includes advanced features and Variables asset.
- Lite: Includes the libraries for localizing Unity projects only. Free forever!
Scripting API
The code is split into 4 namespaces:
NoSuchStudio.Common This namespace includes the shared code between all assets.
NoSuchStudio.Variables This namespace contains the code for the Variables asset.
NoSuchStudio.Localization This namespace contains the code for the Localization asset.
NoSuchStudio.DataStorage This namespace is still under development and will contains additional classes for saving data and retrieving them. This namespace is included with both the Variables and Localization assets.