Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility issue with PlayMaker & 2D Toolkit #3

Closed
chrisgregan opened this issue Apr 30, 2014 · 1 comment
Closed

Compatibility issue with PlayMaker & 2D Toolkit #3

chrisgregan opened this issue Apr 30, 2014 · 1 comment
Labels
bug Doing something it's not meant to, or not doing something it's meant to.

Comments

@chrisgregan
Copy link
Contributor

A user reported compile errors with Fungus 1.1.0 in a project with Playmaker and 2D Toolkit installed.

@chrisgregan chrisgregan changed the title Investigate compatibility issues with PlayMaker & 2D Toolkit Compatibility issue with PlayMaker & 2D Toolkit Apr 30, 2014
@chrisgregan
Copy link
Contributor Author

This was caused by another library called Photon Networking that comes bundled with PlayMaker. This library contains a Room class which is defined in the global namespace. This takes precedence over Fungus.Room so it generates compile errors.

The fix for now is to move all our example Room classes into the Fungus.Example namespace.

Another workaround would be to rename our Room class to RoomController or something similar.

Fixed in commit 927df59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Doing something it's not meant to, or not doing something it's meant to.
Projects
None yet
Development

No branches or pull requests

1 participant