Search found 2 matches

by mmgftw
04 Dec 2017, 20:23
Forum: General Discussion
Replies: 5
Views: 1528

Re: NoesisException: Calling thread (7516) doesn't have access to this object (5556)

Thank you for getting back at me. Here is some more information, because it might just be some misunderstanding from my part about the threads being used here. https://i.imgur.com/aaACs3H.png In the above image, the [Managers] gameobject is using the same thread as the "Noesis View" with t...
by mmgftw
03 Dec 2017, 13:35
Forum: General Discussion
Replies: 5
Views: 1528

NoesisException: Calling thread (7516) doesn't have access to this object (5556)

I've come across an annoying error. Apparently I'm calling some code from another thread. Setup I've got a GameManager (Monobehaviour) class which holds a bunch of commands (can be added from anywhere in the code) which need to be executed on various objects. One of those commands is the switching o...