Android and iOS project allowing German museums to create new apps using Wezit
- https://studio.wezit.io/
- "entityId": "005064"
- "appId": "97388ec0-d6b4-4c76-8a6f-497c4dd158fe"
- "inventoryId": "deded2a2-9612-4b93-b871-086029fe5c92"
- Unity app built on iOS and Android
- Version Unity : 2021.3.25f1
This application was developed in the joint project museum4punkt0 - Digital Strategies for the Museum of the Future, Subproject "Zentrale wissenschaftliche Projektsteuerung". The project museum4punkt0 is funded by the German Federal Government Commissioner for Culture and Media based on a decision of the German Bundestag. Further information: www.museum4punkt0.de
To build the app, first install Unity 2021.3.25f1. You will need a Unity account, a pro one is not necessary as long as you are building a test app.
To build through command lines:
[Unity Editor Path] -projectPath [Unity project Path] -batchmode -buildTarget [Android or iOS] -executeMethod AutomaticBuild.Perform [Main scene Path] -quit
Scene path to add to the build: `Assets/Scenes/Main.unity
When building for Android, you will get an .apk file that can be directly installed on phones (if you want to do it from a computer, look a this tutorial.
When building for iOS, you will get an Xcode project that will have to be compiled in Xcode > 12.