Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Let us define a room with a ground of steps to move around and teleport points, please

I have added fps movement on v.1.0.3.


For teleportation, you can use the script call:

ThreeManager.player().setPosition(x,y,z); //Replace x,y,z accordingly.