-
Notifications
You must be signed in to change notification settings - Fork 45
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
implementing box2d plugin #140
Comments
Hello @bhnh What version of Phaser are you using? |
Phaser Editor 1.5.4.20190529
Supports Phaser v2.6.2 (built-in)
OS: Windows 10, v.10.0, x86_64 / win32
|
Hi! We cannot bundle the Box2D plugin inside Phaser Editor, it is a product from Phaser.io. But you can create a Phaser Editor project based on the Box2D example and add the Box2D runtime yourself. For example:
Again, I used here the Box2D runtime provided by the Phaser examples, but you should follow the instructions provided by the Box2D plugin documentation. |
I attach here the final project: |
Is this working? |
I have purchased both Phaser Editor and the Phaser Box2d plugin. When I try to run the Box2d examples, I'm told I need the plugin. How do I implement the plugin so I can view the Box2d examples?
The text was updated successfully, but these errors were encountered: