Skip to content

Instantly share code, notes, and snippets.

@two-dogs
Created May 19, 2018 05:31
Show Gist options
  • Save two-dogs/58b51439df21d55b19050d61e657d37d to your computer and use it in GitHub Desktop.
Save two-dogs/58b51439df21d55b19050d61e657d37d to your computer and use it in GitHub Desktop.

1 Startup Manager - Unity https://unity3d.com/learn/tutorials/topics/scripting/startup-manager Combine (Application.streamingAssetsPath, fileName); if (File.Exists (filePath)) { string dataAsJson = File.ReadAllText (filePath); LocalizationData loadedData ...

2 Unity - Manual: Getting started with Android development https://docs.unity3d.com/Manual/android-GettingStarted.html If you miss installing some necessary item during set-up, Unity verifies your development environment when building for Android and prompts you to upgrade or ...

3 Mobile Development - Unity https://unity3d.com/learn/tutorials/topics/mobile-touch/mobile-development In this session we will look at the specifics of development for mobile platforms. Topics will include setting up a development environment, the Unity Remote app, ...

4 Where is Start-up Applications in 14.04 Unity? - Ask Ubuntu https://askubuntu.com/questions/452661/where-is-start-up-applications-in-14-04-unity Aug 2, 2014 - Easiest method is to search for "start" in dash: enter image description here. It is also possible to start it from command line, the command is ...

5 How to have an app startup when android device is turned on. - Unity ... https://answers.unity.com/questions/788233/how-to-have-an-app-startup-when-android-device-is.html Sep 10, 2014 - Hi, I have an app that needs to start up when the android device is turned on. Are there permissions I can set in the manifest, or some other ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment