Replies: 3 comments 4 replies
-
If this is in your own extension, then it's currently possible. Create a new selection object using the context selection manager and set its visibility property. This will result in the selection object being synchronized between client and server. Just don't do a ton of them because they're not cheap in terms of network bandwidth when they're being adjusted. |
Beta Was this translation helpful? Give feedback.
-
Or better yet, a way to show a selection via the script API even if you're not in an editor extension |
Beta Was this translation helpful? Give feedback.
-
@inxomnyaa - Curious what your thoughts are with the /server-editor module we just released! aka.ms/EditorAPI. |
Beta Was this translation helpful? Give feedback.
-
Would it be possible to get server->client packet that allows a selection to be rendered? I am currently using structure blocks to create outlines in my world editor, but an official way sounds a lot better. Already haven't gotten the Debug Voxels in release clients despite being useful, so at least these new selections would be nice to have.
https://youtu.be/xntCNHnwl18?t=19
Beta Was this translation helpful? Give feedback.
All reactions