arenaxr / arena-unity

Unity C# library for editing scenes and creating applications for the ARENA.
https://docs.arenaxr.org/content/unity
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Add CreateLocalObjectFromJson #104

Closed mwfarb closed 3 months ago

mwfarb commented 3 months ago

It could be useful to generate local objects from the arena wire format from another source.

mwfarb commented 3 months ago

@EdwardLu2018 Added in https://github.com/arenaxr/arena-unity/commit/061486046c15c7fd5388d5172833111a42ee36e6.

Usage: https://github.com/arenaxr/arena-docs/blob/master/content/unity/runtime.md?plain=1#L156-L157