Search Issue Tracker
Third Party Issue
Third Party Issue in 2023.1.X
Votes
0
Found in
2021.3.23f1
2022.2.16f1
2023.1.0a11
2023.1.0b12
Issue ID
UUM-33653
Regression
No
Script doesn't execute when entering the Play Mode until the GameObject with the Script Component is selected in the Hierarchy window
Reproduction steps:
1. Open the attached “3D tile.zip” project
2. Open the “Assets/Scenes/Level-1.unity” Scene
3. Enter the Play Mode
4. Observe the Game View
5. Select the “Path” GameObject located under the “TrackWrapper” GameObject in the Hierarchy widow
6. Observe the Game View
Expected result: The “Path Creator” Script is active and running once in the Play Mode
Actual result: The “Path Creator” Script only becomes active and execute once the “Path” GameObject has been selected
Reproducible with: 2021.3.23f1, 2022.2.16f1, 2023.1.0b12, 2023.2.0a11
Couldn’t test with: 2020.3.47f1 (Script errors)
Reproducible on: Windows 10 Pro (22H2)
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
- [Asset Bundles] A new bundle hash is not generated when the name of a serialized field is changed
- Icon section shows incomplete message and unusable check box in Build Profiles and Player Settings window instead of “Not applicable for this platform” for Dedicated Server Platform
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
Resolution Note:
This seems to be a user-code issue: the only code paths awaking the PathCreator come from the PathSceneToolEditor object. So until this object is created (by inspecting the Path game object) nothing happens.
Resolution Note (2023.1.X):
This seems to be a user-code issue: the only code paths awaking the PathCreator come from the PathSceneToolEditor object. So until this object is created (by inspecting the Path game object) nothing happens.