-
-
Notifications
You must be signed in to change notification settings - Fork 125
Unity Cloud Build Support
Alex Lementuev edited this page Feb 17, 2017
·
1 revision
You can enable/disable the plugin while using Unity Cloud Build service.
- Open the project's configuration page:
- Expand ```[+] Show Advanced Options``` and click ```Edit Advanced Options```:
- To disable the plugin set ```Pre-Export Method Name:``` to ```LunarConsoleEditorInternal.Installer.DisablePlugin```:
- To enable the plugin set ```Pre-Export Method Name:``` to ```LunarConsoleEditorInternal.Installer.EnablePlugin``` check the ```Development Builds``` checkbox:
**Note:** if you're using Lunar Mobile Console older than v0.8.0 (v0.0.1b-v0.7.1) you would need to use ```LunarConsolePluginInternal.Installer.DisablePlugin``` and ```LunarConsolePluginInternal.Installer.EnablePlugin``` instead.