NotAKidoS / CVRLuaTools

Simple utility to make the editor side of ChilloutVRs lua implementation a bit better. Probably.
MIT License
1 stars 0 forks source link

World CVRLuaClientBehaviour script generation is destructive #3

Open NotAKidoS opened 1 month ago

NotAKidoS commented 1 month ago

NAKLuaClientBehaviourWrapper is destroyed on upload when the CVRLuaClientBehaviour is created, but for worlds, this modifies the original scene which is destructive.

NotAKidoS commented 1 month ago

Temperarily fixed by not destroying the wrapper component on upload. Unsure how to properly handle this.