Search Issue Tracker
Third Party Issue
Votes
0
Found in
2019.4
2019.4.31f1
2020.3
2021.2
2022.1
2022.2
Issue ID
1371968
Regression
No
Editor gets stuck on Reloading Script Assemblies after modifying a script when using Google Cloud API
Reproduction steps:
1. Add a system's Environment Variable "GOOGLE_APPLICATION_CREDENTIALS"
2. Set the value to the path to a file from the user's project "Assets\Auth\My First Project-ef3c8dfec328.json"
3. Open the user's attached project
4. Enter Play Mode
5. Press Space
6. Exit Play Mode
7. Edit and save script "Assets/Scripts/RecognitionManager.cs"
8. Go back to the Editor
Expected result: Scripts are recompiled successfully
Actual result: Editor gets stuck on "Reloading Script Assemblies"
Reproducible with: 2019.4.35f1, 2020.3.27f1, 2021.2.8f1, 2022.1.0b4, 2022.2.0a1
Notes:
- not reproducible on macOS
- in the 2019.4 stream the Editor just freezes
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
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
- Unity Version Control server textfield’s text overlaps with the dropdown triangle button in the Explore repositories window when an organization with a long name is selected
Resolution Note (2022.2.X):
The hang is caused by GRPC threads not ending on domain reload causing an indefinite wait.