All snippets tagged with unity

Page 1 of 1
 

Build UWP apps for sideloading

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…

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.

Read more…

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

Check for ARCore before launching a Unity module on Android.

Support the Back button on Android