Author Topic: Error Tnet : TNObject  (Read 1964 times)

Yarashiel

  • Guest
Error Tnet : TNObject
« on: June 06, 2013, 03:29:11 AM »
Hello everyone,

I often this error with Tnet : NullReferenceException: Object reference not set to an instance of an object.
(I can copy the whole error if you want).

Does anyone ever had it ? What is this related to most of time ?
I guess something is wrong with ID of some of my TNObjects. First I thought it was because of objects instantiated in runtime, assigned in my TNManager but no ... all my objects are correctly assigned there..!

Thanks in advance and cheers !

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Error Tnet : TNObject
« Reply #1 on: June 06, 2013, 07:14:16 AM »
A null reference exception in Unity can be caused by a bazillion different things in your scripts. You need to post the entire call stack for it to be of any use.