ClientSim
ClientSim copied to clipboard
[1.1.3] Remove "EditorOnly" does not work
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:
- Create a scene with any object tagged as "EditorOnly"
- Have Remove "EditorOnly" enabled in ClientSim settings
- In ProjectSettings/Editor, ensure "Enter Play Mode Options" is unchecked
- 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