Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Is it possible to make animations from mixamo and use them for construct 2?
I'd like to do the run, jump, climb, etc animations from a 3D program and import them into construct 2.
Develop games in your browser. Powerful, performant & highly capable.
You would need to render the 3d animation as a series of frames that can be imported separately and form the animation in C2. Yes it's possible.
I've used http://www.denysalmaral.com/2012/04/px- ... ipted.html for 3ds max, not sure about mixamo but once you've rendered the animation as separate frames it's easy to rebuild the animation in C2.
Probably. C2 uses combined Sprite sheets in a single image to do the sprite frames. I have not done this before though, so post an explanation if you get it working.