smellymumbler
Is there any example of a good isometric camera, like Fallout or Diablo?
Is there any example of a good isometric camera, like Fallout or Diablo?
I did a little demo of an isometric camera, with some click-to-move pathfinding some time back. https://github.com/JTippetts/U3DIsometricTest
I tried to run it, but it didn’t work.
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
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.