Re: Problem when upgrading

In all of those cases you are still creating the objects on a separate thread though?
No, the same.
How many threads do you use?
Just the one calling update, i.e. not an new thread.
Are you creating separate threads for each object created? What exactly are the threads for?
I am not creating any threads my self.
What happens if you disable your use of threads entirely or is that not easily possible?
I must still call update. I have no other threads in the examples above.