Skip to content

Fix for apple/unityplugins#102 - obsolete method in Unity 6000.4 and newer versions throws error. - #104

Open
michalDerer wants to merge 1 commit into
apple:mainfrom
michalDerer:fix_obsolete_unity_methods
Open

Fix for apple/unityplugins#102 - obsolete method in Unity 6000.4 and newer versions throws error.#104
michalDerer wants to merge 1 commit into
apple:mainfrom
michalDerer:fix_obsolete_unity_methods

Conversation

@michalDerer

Copy link
Copy Markdown

A script in the Apple.Core plugin contains a method that becomes obsolete in Unity 6000.4 and newer versions, causing an error.
In that case, GetEntityId() must be used instead.

Fixes #102

@ryzngard

ryzngard commented Aug 2, 2026

Copy link
Copy Markdown
Collaborator

There seem to be a few other places this is used https://github.com/search?q=repo%3Aapple%2Funityplugins%20GetInstanceID&type=code

Can you update those as well?

@michalDerer

Copy link
Copy Markdown
Author

Yes, I'll check it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

unity 6.5 throws errors

2 participants