thunder-engine / thunder

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

Editor: Prefabs resets it's transform after end of simulation #751

Closed eprikazchikov closed 2 months ago

eprikazchikov commented 2 months ago

Description

Prefabs resets it's transform after end of simulation

Prerequisites

Create a scene with actor from prefab on scene and change it's size

Steps to Reproduce

  1. Run simulation
  2. Stop simulation
  3. Check object size

Expected behavior:

Size is the same

Actual behavior:

Size visually changed to initial

Reproducibility:

100%

Versions

2024.2

Additional Information

n/a