Skip to main content

Posts

Showing posts from April, 2017

Android SDK Tools Installation for unity3d - Simple guide

Android SDK Tools Installation for unity3d Simple Guide. When you are building an Android app in Unity, make sure you arranged the Android Software Development Kit (SDK) just before you build and play any code on your Android device. Install JDK Before SDK In case you don’t have a Java Developer Kit (JDK) it is important to download one from here before you can set up the Android SDK. Install Android SDK To develop an Android app you'll want to set up the Android SDK, and this can be downloaded from here . I installed the SDK to c:\android-sdk Enabling USB Debugging Image source kingroot It is important to enable USB debugging with the device. On Android 4.2 and more, the Developer options screen is secret by default. For it to be visible, go to Settings > About phone and tap Build number 7 times. Go back to the previous screen and choose Developer options at the end and turn on USB debugging. On earlier versions of Android, go to Settings > Applications >

The name `Profiler' does not exist in the current context [Solved]

Unity upgrades come with more features and ease where it also bring problem for some indie as well as pro developer, Like this "profiler" error. Recently i moved my older unity project to latest unity 5.5 and see this error. The name `Profiler' does not exist in the current context    The simple solution for this error is to add this class >  using  UnityEngine . Profiling ; and everything will work fine.   Thats it :) Keep supporting us :) there is a support button on top. See Also: Your android debug keystore file is missing [FIX]