1
NGUI 3 Support / Re: Android UILabel problem
« on: February 18, 2014, 08:47:13 AM »
Fixed the problem.
If anyone is having the same problem it was due to me calling an initialise function from within a lambda expression so as the error message said, i was calling things from outside the main thread.
So to fix this i started a coroutine after the lambda which is waiting for a magic boolean to be set to true from within the lambda.
Problem Solved
If anyone is having the same problem it was due to me calling an initialise function from within a lambda expression so as the error message said, i was calling things from outside the main thread.
So to fix this i started a coroutine after the lambda which is waiting for a magic boolean to be set to true from within the lambda.
Problem Solved
