Skip to content

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

Draft
michalDerer wants to merge 7 commits into
apple:mainfrom
michalDerer:fix_obsolete_unity_methods
Draft

Fix for apple/unityplugins#102 - obsolete method in Unity 6000.4 and newer versions throws error.#104
michalDerer wants to merge 7 commits 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

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.

@michalDerer
michalDerer marked this pull request as draft August 12, 2026 00:16
Sign up for freeto 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

@michalDerer@ryzngard