Skip to content

Fix conflicts with Android plugin + add conditional compilation logic - #22

Open
fadookie wants to merge 1 commit into
crittercism:masterfrom
fadookie:androidConflictResolve
Open

Fix conflicts with Android plugin + add conditional compilation logic#22
fadookie wants to merge 1 commit into
crittercism:masterfrom
fadookie:androidConflictResolve

Conversation

@fadookie

Copy link
Copy Markdown

You can't have two scripts with the same name in the default namespace,
so if you add both the iOS and Android unity plugins, it won't compile.
Renaming the init script fixes the issue. Also wrap init in platform
conditional compile to automatically disable iOS init when not compiling for iOS.

so if you add both the iOS and Android unity plugins, it won't compile.
Renaming the init script fixes the issue. Also wrap init in platform
conditional compile to automatically disable iOS init when not compiling for iOS.
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.

1 participant