Hi,
I was wondering what it takes to develop a mobile side-scrolling platformer like Manuganu 2
https://www.youtube.com/watch?v=WqEwu2sc6XUBeing a 3d/2d artist, I assume that lots of coding skills required for that kind of work, right? Where to start from? Are there any free/commercial game engines for example where I can be more of a 3d/2d artist rather than the coder and just adjust/reskin/remodel worlds, make my own characters etc?
Thanks in advance!
Replies
But if you need to edit the functionality, or add a new feature (super jump! teleport! ragdoll death!), then that's where you need to jump into the code side of things.
Both Unreal and Unity have visual script editors. Blueprints in Unreal, PlayMaker (etc.) in Unity. These go a long way, but eventually you end up wanting to write code to fix things.
thanks a lot!!