@yaustar Hey, I ran into this issue today and managed to get it working using the branch merge option. However, as someone else here mentioned, now I can’t duplicate entities (some at least, or it’s completely random, I can’t tell).
Your scene hierarchy JSON is on the border of being the maximum size it can be. After duplicating the entity that you mentioned in the DM, it has the following error on the console:
Error: Query size 16815457 exceeded maximum query size 16793600
at y (share.uncompressed.js:8187:13)
at v.handleMessage (share.uncompressed.js:8113:11)
at e.onmessage (share.uncompressed.js:8064:18)
at _socket.onmessage (index.mjs:6408:17)
The max size a scene can be is 15MB of JSON. Duplicating a set of entities goes over that size.
To mitigate this, I generally recommend using multiple scenes rather than one big scene.