Welcome to Stan's Assets Scripting Reference!
The scripting reference is organized according to the available plugins. You can find plugins list as well as useful resources links below.
At Stan's Assets, we make Plugins, SDKs, Games, VR & AR Applications. Do not hesitate do get in touch, whether you have a question, want to build something or just to say hi :)
Website | LinkedIn | Youtube | Github | AssetStore
Foundation Library
Foundation lib is a free open source product that contains lots of useful APIs, Utilities and Extension methods. We do not provide any articles or tutorials for these plugins. But we do try to keep every public API documented and self-explanatory.
API Reference | Get From Github
Ultimate Mobile Pro
This is a bundle that contains Stan's Assets best mobile native plugins inside wrapped with powerful unified API. Our goal is to cover all your native feature needs for Mobile development with Unity. If you miss something, never hesitate to get in touch with us.
API Reference | Get From The Asset Store | Tutorials & Documentation | Forum
IOS Native Pro
The plugin gives you an ability to directly use iOS
and watchOS
API, to make your application feel more natural and friendly for the users. It contains all kinds of native APIs for the iOS platform you can think of and even more :). We do not want you to learn "another 3rd party plugin" API, that's why per our API Convention plugin API is mirroring the Apple official Objective-C
API in a CSharp-ish
manner.
The plugin also comes with advanced post-processing (no more altering XCode project after the build) and fully modular structure (allows you to include in the build things you are using.)
API Reference | Get From The Asset Store | Tutorials & Documentation | Forum
Android Native Pro
The Android plugin follows the same principles as the iOS plugin above. Tons of features, mimics Google official API, modular structure, advanced post-processing. But on top of that, we ultimately realize how hard it is to manage even a few 3rd party android plugins in the project. That's why we put a lot of effort to make your life simpler. The plugin won't mess with your main AndroidManifest.xml
, it can work out of the box as well as relay on unity-jar-resolver, all plugin files are inside one folder to keep your project clean and organized and a lot more!
API Reference | Get From The Asset Store | Tutorials & Documentation | Forum
Google Doc Connector Pro
The plugin allows you to use Google Sheets as a configuration repository for your game. And also use Google Sheets as a repository for localization.
API Reference | Get From Github | Tutorials & Documentation |
XCode Project
The purpose of this template is to give you a head start when creating a new package for Unity. You'll find the repository structure description below as well as why it was built this way. I assume you already have some basic understanding of what the UPM package is and why you would like to build one. If not, please check out Creating custom packages