Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. UnityException: HasKey can only be called from the main thread.
  2. Constructors and field initializers will be executed from the loading thread when loading a scene.
  3. Don't use this function in the constructor or field initializers, instead move initialization code to the Awake or Start function.
  4. UnityEditor.Android.AndroidJavaRoot.get_UseEmbedded () (at <df7ba4d130594d168eec372b930522d4>:0)
  5. UnityEditor.Android.AndroidJavaRoot.GetRootDirectory () (at <df7ba4d130594d168eec372b930522d4>:0)
  6. UnityEditor.Android.AndroidJavaTools.GetInstance (System.Boolean browse) (at <df7ba4d130594d168eec372b930522d4>:0)
  7. UnityEditor.Android.AndroidSDKTools.RunSDKToolWithReadLock (System.String[] command, System.String workingdir, System.String errorMsg) (at <df7ba4d130594d168eec372b930522d4>:0)
  8. UnityEditor.Android.PostProcessor.Tasks.BuildAPK+Builder.BuildPackage (UnityEditor.Android.PostProcessor.Tasks.BuildAPK+BuilderContext context, System.String abi, System.String& output) (at <df7ba4d130594d168eec372b930522d4>:0)
  9. UnityEditor.Android.PostProcessor.Tasks.BuildAPK+Builder.Build (UnityEditor.Android.PostProcessor.Tasks.BuildAPK+BuilderContext context, System.String abi, System.String& output) (at <df7ba4d130594d168eec372b930522d4>:0)
  10. UnityEditor.Android.PostProcessor.Tasks.BuildAPK+Builder+<Builder>c__AnonStorey0.<>m__0 () (at <df7ba4d130594d168eec372b930522d4>:0)
  11. System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) (at <d7ac571ca2d04b2f981d0d886fa067cf>:0)
  12. System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) (at <d7ac571ca2d04b2f981d0d886fa067cf>:0)
  13. System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) (at <d7ac571ca2d04b2f981d0d886fa067cf>:0)
  14. System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) (at <d7ac571ca2d04b2f981d0d886fa067cf>:0)
  15. System.Threading.ThreadHelper.ThreadStart () (at <d7ac571ca2d04b2f981d0d886fa067cf>:0)
  16. System.Threading.ThreadHelper:ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement