Publisher | Tangled Reality Studios |
---|---|
File size | 5.03kB |
Number of files | 17 |
Latest version | 1 |
Latest release date | 2018-05-29 04:14:22 |
First release date | 2018-05-29 04:14:22 |
Supported Unity versions | 2018.4.2 or higher |
Automatically enable or disable GameObjects whenever you switch platforms!
The ability to build once and deploy everywhere is a powerful feature, but not all platforms are the same.
Controls, text, art, and gameplay elements may be different on each platform.
Stop changing your scenes back and forth for each one.
Simply add a component onto the relevant GameObjects to enable them only on certain platforms.
This works for web, mobile, console, or whichever combination you choose.
These scripts listen for the platform change event and appropriately updates all listeners.They only run on platform switches in the Editor, so you don't have to worry about Awake/Start code being called.