Search Issue Tracker
Fixed
Fixed in 2.0.18
Votes
0
Found in [Package]
2.0.9
Issue ID
VS-32
Regression
Yes
Visual Studio Tool Option "Refresh Unity's AssetDatabase on save" doesn't work
Reproduction steps:
1. Open project "1322562.zip"
2. Open Scene "SampleScene"
3. Enter Play Mode
4. Open script "scr" in Visual Studio
5. Make sure the Console window is in view
6. Change the Debug.Log("no") to Debug.log("yes")
7. Save the script
8. Make sure Unity Editor is still out of focus and observe Console window
Expected result: "yes" is shown in the Console window
Actual result: "no" is shown in the Console window
Reproducible with: 2018.4.36f1, 2.0.9 (2020.1.0a1, 2020.3.14f1, 2021.1.14f1, 2021.2.0b3, 2022.1.0a1)
Not reproducible with: 2.0.9 (2019.4.29f1)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- EditorGUILayout.PropertyField foldout icon inside Vertical Layout Group has an incorrect indent when used with OnInspectorGUI()
- [Android] [iOS] "NullReferenceException: Object reference not set to an instance of an object" throws when entering the Play Mode/opening the application
- The Player freezes on load when building Web platform
- Animator "Conditions" tab breaks when the only Parameter is deleted and another one is created
- "Shader error in 'Universal Render Pipeline/Lit': maximum ps_5_0 sampler register index (16) exceeded" error thrown after a build is completed when the "LOD Cross Fade" parameter is enabled
Add comment