Archive 17/01/2023.

Isometric camera example

smellymumbler

Is there any example of a good isometric camera, like Fallout or Diablo?

JTippetts

I did a little demo of an isometric camera, with some click-to-move pathfinding some time back. https://github.com/JTippetts/U3DIsometricTest

smellymumbler

I tried to run it, but it didn’t work. :frowning:

ERROR: Could not find resource Scripts/levelgenerator.lua
[Mon Nov 20 19:42:58 2017] ERROR: Lua Execute failed for Data/Scripts/main.lua: [string "Data/Scripts/main"]:5: module 'Scripts/levelgenerator' not found
JTippetts

That’s pretty weird. I just did a clean clone and it works okay for me. Are you using the Urho3DPlayer.exe that comes with it, or are you using a newer one? Because that project is months old, so I don’t know how well it would work with a newer player.