Search Unity

Unity Threading Helper

Discussion in 'Assets and Asset Store' started by Marrrk, May 21, 2011.

  1. Alesk

    Alesk

    Joined:
    Jul 15, 2010
    Posts:
    340
    Some unity functions are not compatibles with threads and must run on the main thread.
    Hhow are you loading your textures ?
     
  2. Juechen

    Juechen

    Joined:
    Apr 8, 2016
    Posts:
    3
     
  3. Alesk

    Alesk

    Joined:
    Jul 15, 2010
    Posts:
    340
  4. Juechen

    Juechen

    Joined:
    Apr 8, 2016
    Posts:
    3
  5. Velcrohead

    Velcrohead

    Joined:
    Apr 26, 2014
    Posts:
    78
    Hi,

    Very interested in your package, however I do have a question before I purchase!

    I've been having a nightmare trying to debug the code that is being run in my current threading implementation - no errors are being displayed when they crash out.

    Does your package have any support for this? AKA if there's a null reference hiding somewhere in the thread, am I going to be notified of it?

    Thanks in advance!
     
  6. shadowlord1

    shadowlord1

    Joined:
    Aug 15, 2014
    Posts:
    32
    Is this package compatible with IL2CPP?