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: Drag and drop of object can lead to crash #661

Closed EPrikazchikovLux closed 5 months ago

EPrikazchikovLux commented 5 months ago

Description

Drag and drop of object can lead to crash

Prerequisites

Create two actors with component which can accept asset.

Steps to Reproduce

  1. Select first Actor
  2. In hierarchy drag the second actor to properties on first one

Expected behavior:

Nothing happen.

Actual behavior:

First problem: When user starts drag selection focus changed to object which we are dragging. Second problem: When user moves his drag to filed which accepts assets application crashed.

Reproducibility:

100%

Versions

2024.1

Additional Information

n/a