You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To generate a configuration file, run the following command in Terminal:
UnityBuildKit config
This will generate a file named ubconfig.json for you to edit with your specific project properties.
iOS Configuration
projectPath is a relative path to the current working directory. The path should not begin with a / but it must end with one. UBK builds the absolute path internally.
e.g.
iOS/
Unity Configuration
applicationPath is the full path to the specific version of the Unity app.
e.g.
version is the entire version number for the version of Unity being used to build the Unity project.
e.g.
2017.2.1.f1
projectPath is a relative path to the current working directory. The path should not begin with a / but it must end with one. UBK builds the absolute path internally.
e.g.