You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of Unity version 6000.5, GetInstanceId has become deprecated in favour of a new GetEntityId method. When trying to upgrade a project to Unity 6000.5 that includes Tri-Inspector we get a few different 'Object.GetInstanceID()' is obsolete: 'GetInstanceID is deprecated. Use GetEntityId instead. This will be removed in a future version.' due to this project's use of GetInstanceID.
Please can we get this updated to support GetEntityId?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
As of Unity version 6000.5, GetInstanceId has become deprecated in favour of a new GetEntityId method. When trying to upgrade a project to Unity 6000.5 that includes Tri-Inspector we get a few different
'Object.GetInstanceID()' is obsolete: 'GetInstanceID is deprecated. Use GetEntityId instead. This will be removed in a future version.'due to this project's use of GetInstanceID.Please can we get this updated to support GetEntityId?
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions