Trying to create an isometric game in Godot 3; where do I begin?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Red Fox Studios

Hey, everyone! I’m trying to create an isometric game in Godot 3. Where do I begin? The project can’t be more than a simple isometric game with cube MeshInstances as players. Any help would be very much appreciated, and have a great day.

i think there is a tutorial about isometric view and more in GDQuest’s channel

rustyStriker | 2018-02-07 15:15

And you could look into the isometric demo of the godot-demos.

rolfpancake | 2018-02-07 16:58

Thanks for the help!

Red Fox Studios | 2018-02-08 16:06

Yeah, I’ve just downloaded the example.

Red Fox Studios | 2018-02-08 16:07

godot 3.0 have orthogonal camera bugs. it’s imposible with 3.0

razah | 2018-02-11 14:57

Could you please link to the related issues on github?

rolfpancake | 2018-02-11 15:30

bug has been fixed nevermind.

razah | 2018-02-12 11:27

but you can make an isometric game using 2D stuff… why would you need the orthogonal camera anyway?

rustyStriker | 2018-02-12 12:40

I’m also doing the same thing…Just shifted from libgdx

originaltenka | 2018-02-12 14:47