There is Orbit or Fixed, or Safe Area ? confusing
There is no very simple in editor 3D view menu, a camera i drop in scene, when run the game , it is main camera view ?
No gameplay videos to add TPF, FPS cameras ?
function onInit(objID)
obj = objID;
activePlayer = entity.getIDFromTag("simbad");
--camera.attachToEntity(activePlayer);
end
function onUpdate( td )
if(activePlayer<1) then return; end
--camera.setOrientation(1,0,0,0);
camera.setPosition(0,1,3);
--x,y,z = entity.getWorldPosition(activePlayer);
--camera.setPosition(x,y+1,z);
camera.lookAtEntity(activePlayer);
end
Skyline engine looks like it has been dev , but never tested by devs ?
When lanching game, Camera editor resets and go far away in edit mode, what is going on ?
Please, try not to insult us or belittle us. You will get a far better experience from us and the community if you are polite and professional when speaking. Courtesy is not hard!
Make several cameras types to choose on from menu instead of one camera with many confusing options and checkboxx ?
- Camera 2D crash when tryng to position it ?
Users browsing this forum: No registered users and 3 guests