thunder-engine / thunder

Thunder Engine – Cross-platform 2D and 3D game engine with modular architecture
https://thunderengine.org/
Apache License 2.0
524 stars 34 forks source link

Editor: Duplication of actor in the hierarchy loses current scene to save #664

Closed eprikazchikov closed 8 months ago

eprikazchikov commented 8 months ago

Description

Editor: Duplication of actor in the hierarchy loses current scene to save

Prerequisites

Create a scene with any actor

Steps to Reproduce

  1. Save the scene.
  2. Duplicate an Actor in the Hierarchy widget using context menu.
  3. Save the scene.

Expected behavior:

  1. Scene saved.

Actual behavior:

  1. Save As dialog shown and saved scene will contain only duplicated object.

Reproducibility:

100%

Versions

2024.1

Additional Information

n/a