InaCentaur
8 months agoMember
Changing Entity Name After Spawning at Runtime
How do you change the name of a spawned entity at runtime?
incidentally after hours of spinning, chatgpt deep research couldn't figure it out!

If we look at the properties of an Entity here:
https://developers.meta.com/horizon-worlds/reference/2.0.0/core_entityI notice the name property is 'Readable', which means read-only. We cannot write it.