Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  GetInstanceID obsolete, can't update to 6.5
#1
As title, a bunch of usage of GetInstanceID that now throws error, we can't update to latest supported and recommended unity version (6.5).
Reply
#2
(17-07-2026, 07:23 PM)Jawsarn Wrote: As title, a bunch of usage of GetInstanceID that now throws error, we can't update to latest supported and recommended unity version (6.5).

We’re working on an update that replaces it with GetEntityID. In the meantime, you can replace all instances of GetInstanceID with GetEntityID yourself, should work with no problem.

Let me know if I can be of further help,

Kind regards,
Reply