Wallpaper Engine

Wallpaper Engine

Layer parenting
10 comentarios
🌸峰小_𝓛𝓲𝓷𝓰🌸 20 MAR 2023 a las 18:26 
That's really good hands. I hope everything goes well with you.
Gariam  [autor] 20 MAR 2023 a las 12:23 
@峰小_Ling Yeah, I can do that. I didn't do it before because I wasn't able to, but now I've learned how. It'll come in the next update some days from now.
🌸峰小_𝓛𝓲𝓷𝓰🌸 17 MAR 2023 a las 20:01 
Currently, only Origin can use bones as the main layer. Can you update other attributes and use bones as the main layer?
Shadowhawksam 1 FEB 2023 a las 14:03 
i figured it out though
Shadowhawksam 1 FEB 2023 a las 14:03 
im stupid, thats the thing
Gariam  [autor] 31 ENE 2023 a las 22:47 
That's why there's a guide... Is it not enough?
Shadowhawksam 31 ENE 2023 a las 15:09 
Helpful, but hard to understand
Rhy 25 ENE 2022 a las 10:46 
Another thing i noticed; when driving movement through scripts it's important to do the movement inside the update before the parenting. Otherwise this script could execute before you do the movement, which results in incorrect positioning (when for example altering origin in another script).

The shared class can be used to easily move the function that does the position changes into this script's update.

Not a huge deal but should be mentioned for people wondering.
Gariam  [autor] 4 ENE 2022 a las 12:48 
Thank you.
I'll look into it, it would be helpful if you could provide me more details about these issues on discord.
Rhy 4 ENE 2022 a las 12:27 
Great work! it still seems to have trouble when using it on models as it at some point tries to access their color, resulting in an unhandled exception. Removing the code responsible for the color solves the issue.
Rotation works great when rotating them on one axis, but seems to fail when on rotated on more than 1 axis (using for example engine.rotateObjectSpace()).