decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

[BUG] An entity that is locked should not be selectable from the Renderer #1078

Closed cazala closed 4 months ago

cazala commented 8 months ago

Issue Description:

An entity that is locked should not be selectable from the Renderer

SDK:

Tool:

Steps to reproduce:

  1. Lock an entity with the 🔒 icon in the sidebar
  2. Click on the model of the entity in the renderer
  3. The entity becomes selected (showing the overlay and its components in the EntityInspector) without gizmos.

Expected behaviour:

The entity should not be selectable by clicking on it from the Renderer while it is locked, only from the Hierarchy tree.

Current behaviour:

The entity becomes selected (though without gizmos).

cazala commented 4 months ago

This has been fixed already