Guest User

Untitled

a guest
Jan 24th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. UnityEngine.Time:get_deltaTime()
  2. Controls:.ctor()
  3.  
  4. ________________________________
  5.  
  6.  
  7. ArgumentException: get_deltaTime can only be called from the main thread.
  8. Constructors and field initializers will be executed from the loading thread when loading a scene.
  9. Don't use this function in the constructor or field initializers, instead move initialization code to the Awake or Start function.
  10. Controls..ctor ()
Add Comment
Please, Sign In to add comment