BattlehubCode / RTE_Docs

This is a repository for Runtime Editor documentation, discussion and tracking features and issues.
https://assetstore.unity.com/packages/tools/modeling/runtime-editor-64806
11 stars 1 forks source link

Run the rotation scene #120

Closed weilifang25 closed 2 months ago

weilifang25 commented 2 months ago

After clicking play to run, keep the right mouse button and middle mouse button function. The demo scenario does not have such a feature, nor does the documentation find a similar method

BattlehubCode commented 2 months ago

I'm not sure I understand question but check OnPlaymodeStateChanged metod. image

Maybe you just need to keep m_editorCamera & m_components enabled after you enter play model image

image

https://github.com/user-attachments/assets/ccf838f4-d6f9-474a-a9ab-1114dedd9f80

weilifang25 commented 2 months ago

Your video is what I need. I'll try it.

weilifang25 commented 2 months ago

The mouse function is available. Can you help me with my problem? After clicking the play button, the three coordinate axes are no longer displayed when clicking on the object.

BattlehubCode commented 2 months ago

You mean this?

image

image