Skip to content

Instantly share code, notes, and snippets.

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

1 Unity - Manual: Getting started with Android development https://docs.unity3d.com/Manual/android-GettingStarted.html The Android environment setup topic of the Unity Manual contains a basic outline of the tasks that you must complete before you are able to run code on your ...

2 Unity - Building your Unity game to an iOS device for testing https://unity3d.com/learn/tutorials/topics/mobile-touch/building-your-unity-game-ios-device-testing May 18, 2016 - The latest version of Xcode (available from the Mac App Store) ... Within Unity, open the Build Settings from the top menu (File > Build Settings).

3 Unity - Scripting API: Application - Unity - Manual https://docs.unity3d.com/ScriptReference/Application.html Description. Access to application run-time data. This class contains static methods for looking up information about and controlling the run-time data.

4 Open a external program - Unity Answers https://answers.unity.com/questions/139203/open-a-external-program.html Jul 4, 2011 - I want to open a external program while running the unity project. ... Simply put the external application in the assets folder to your unity project.

5 Android/iOS: Launch from within a Unity app another Unity app ... https://forum.unity.com/threads/android-ios-launch-from-within-a-unity-app-another-unity-app.222709/ Jan 15, 2014 - Is it possible to launch another Unity application from within a Unity application? Basically I want to be able to press a "Start other app"-button ...

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