@editable Mesh doesn't work right now

Summary

The @editable Mesh : mesh = MyCoolMesh doesn’t function.

When trying to change a mesh of a creative prop to the @editable mesh, it will only swap it to the default provided by the @editable, rather than whatever is set in the creative device

So this function

MyCoolCreativeProp.SetMesh(Mesh) doesn’t work, and will not swap the mesh.

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

Verse

Steps to Reproduce

Create a verse device with an @editable Mesh and an @editable CreativeProp

Attempt to fun this function in the OnBegin function

CreativeProp.SetMesh(Mesh)

Expected Result

The creative prop will swap its mesh to the mesh provided by the @editable

Observed Result

The mesh will not swap, resulting in nothing happening in the world. The creative prop will stay the same mesh as before the function runs.

Platform(s)

All

Video

Reach out to snownymous on discord for video. Bug occurs on an upcoming experience, I’m unable to post publicly.