ClientSim icon indicating copy to clipboard operation
ClientSim copied to clipboard

[1.1.3] Remove "EditorOnly" does not work

Open CyanLaser opened this issue 2 years ago • 0 comments

When using ClientSim's "Remove EditorOnly" feature, objects tagged with EditorOnly will only be removed with modified project settings. Users need to have both:

  • "Enter Play Mode Options" enabled
  • "Reload Scene" disabled.

If either of these settings are different, then EditorOnly objects will stay in the scene. By default, "Enter Play Mode Options" is disabled, which means that the Remove EditorOnly feature is broken by default.

Requirements:

  1. Create a scene with any object tagged as "EditorOnly"
  2. Have Remove "EditorOnly" enabled in ClientSim settings
  3. In ProjectSettings/Editor, ensure "Enter Play Mode Options" is unchecked
  4. Enter playmode

Observed:

  • EditorOnly object is not removed from the scene on entering playmode.

Expected:

  • EditorOnly object is removed from the scene on entering playmode.

Related Issue: #20

CyanLaser avatar May 24 '22 13:05 CyanLaser