You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Attach to a Unity GUI Text object. Provides a simple static function to display Unity script debug messages on and Android device without using ADB.
// In any other script simply write: Log.d("Hello World");