Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.34f1
2022.3.17f1
2023.2.7f1
2023.3.0b4
Issue ID
UUM-60826
Regression
No
ShaderGraph in the Scene View is playing when giving any Mouse Input on the Scene view and any Keyboard Input anywhere in the Editor in Edit Mode
How to reproduce:
- Open the “ScenarioWeek.zip“ project
- Open the “SampleScene”
- Give some Mouse Input on the Scene view, or Keyboard Input anywhere in the Editor
- Observe the Scene View
Expected results: GameObject positions and deformations do not happen while not in Play Mode
Actual results: With every keyboard input, or Mouse input on the Scene view, the GameObjects in the Scene view are moving and deforming
Reproducible in: 2021.3.34f1, 2022.3.17f1, 2023.2.7f1, 2023.3.0b4
Reproduced on: Windows 11 Pro
Not reproduced on: No other environment tested
Notes:
- If you activate an opened ShaderGraph window and then deactivate it, the GameObjects start moving continuously until the window is selected again (inconsistent)
- This is not caused by any one particular ShaderGraph
- The ShaderGraphs might be playing all the time, but they might just get updated with some Input
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
Resolution Note:
Modifying the position in a shader graph does not impact the game object position, only where the position of the mesh is rendered in the scene.
For performance reasons, the Scene View only redraws when the user provides input to it. Any materials used in the scene will not do anything by default. The Always Refresh option on the scene view toolbar can be used to change that behavior.