Escape Simulator

Escape Simulator

Design your own escape rooms!
Try community-built escape rooms (more than 3000 of them), or try your hand at designing your own! Create new puzzles, riddles, or whatever comes to your mind!
Learn More
DareDroni 24 Dec, 2022 @ 5:48pm
Accessing Skybox Rotation Field in lua
I am a simple man, since there is no documentation (at least I didnt find a proper one)
I will ask here.

So the Skybox has a Rotation Field I try to set but I simply don't understand how to access it nor change it.

my code I is looking like this


elseif callType == LuaCallType.Update then rotIndex = 1 newRotation = subwatersb.values[rotIndex] newRotation = (newRotation + 1)%360 api.levelNote(newRotation)

Would be glad if yall helped
best regards
D
< >
Showing 1-1 of 1 comments
Thoroniul 8 28 Dec, 2022 @ 2:28pm 
The docs are here.

https://docs.google.com/document/d/1kD84ZW4cKyFMprHUVitEHuHJB3oWzFcwwUNRCKyManw/edit?usp=sharing

There is also the discord where we explore and debug things.

I'm not aware of skybox functionality in the api. If you did find something it would be a unity call containing the transform of the unity logic handle.
< >
Showing 1-1 of 1 comments
Per page: 1530 50