Issue Reproduction: When the object instance is grouped as “player”, it can be moved via key presses. However, when the object group is changed to non-player, it cannot be moved in the scene.
問題の再現:オブジェクトインスタンスがプレイヤーにグループ分けされている場合、キー操作で移動が可能ですが、オブジェクトのグループをプレイヤー以外に変更すると、シーン内で移動できなくなります。
Problem recurrence: When the object instance is grouped as “player”, it can be moved through keystrokes. However, when the object group is changed to “non-player”, it cannot be moved in the scene.
bug reproduction (grouping operation issue).rar (259.6 KB)
Steps:
- Press F5 to start the game. The object can be moved using the keyboard (WSAD or up, down, left, right), and it can turn with the mouse pointer.
- Change the object’s group to “enemy”, then press F5 again.
- The object can still follow the mouse cursor, but key-based movement is disabled.
手順:
1 F5 でゲームを開始し、対象物はキーボード(WSAD または上下左右)で移動可能で、マウスポインターに合わせて向きを変えることができる。
2 改修対象のグループを enemy に変更した後、再度 F5 を押してください。
3 オブジェクトは依然としてマウスの動きに追随するが、キー操作による移動は無効である。
Steps: - Press F5 to start the game. The object can be moved using the keyboard (WSAD or up, down, left, right), and it can turn with the mouse pointer.
- Modify the grouping of the object and change it to “enemy”, then press F5 again.
- The object can still follow the mouse cursor, but the button movement is disabled.