2
votes

I'm using AndEngine for my android game, I downloaded the master AndEngine from github,but there is no Physics Box2D Extension for master. I don't know where to download it or which version of it could I use?

1

1 Answers

3
votes

If you are using nicolas' copy of AndEngine, look at his account on GitHub. All the extensions are listed under his repositories: https://github.com/nicolasgramlich

The Box2DExtension is here: https://github.com/nicolasgramlich/AndEnginePhysicsBox2DExtension

If you are like me using RealMayo's fork of AndEngine however you will have to also use his copy of the PhysicsBox2DExtension which is located here: https://github.com/RealMayo/AndEnginePhysicsBox2DExtension