Building a Windows .exe file in Unity is a breeze, but building (and installing) a Universal Windows Platform app can be a pain in the pita.
Read more…All snippets tagged with unity
Page 1 of 1Build UWP apps for sideloading
Scrolling a texture
A simple script for animating the texture of an object. This example scrolls the texture up like movie credits. Add it to a GameObject
that has a textured material.
Launch Unity Activity from an Android app
We’ve noticed that the Unity editor often resets the package name of your project when you save it or when you close the build settings. Make sure to check for this (you will see the wrong package in the editor) and correct it if needed.
Read more…Embed a Unity Activity in an Android app
These instructions were found here originally, and are slightly modified to solve some more errors.
Read more…Check for ARCore before launching a Unity module on Android.
Once you have integrated a Unity module in an Android app, you should add the following to make sure you’re not launching the module on devices that do not support ARCore. It also instructs users to install the ARCore app for devices that support it, but don’t have it yet.
Read more…Support the Back button on Android
Add the following script to your scene to allow the Back button on Android to exit the application:
Read more…