Search Issue Tracker
Fixed in 2017.3.0f3
Votes
0
Found in
2017.2.0b4
Issue ID
832454
Regression
Yes
Collab off project + Collab on project does not respect AutoRefresh Settings
Title: Collab off project + Collab on project does not respect AutoRefresh Settings
prereq: have a collab off project + collab on project
Steps To Reproduce:
1. Open the collab off project
2. Navigate to Unity>Preferences>General
3. Deselect the AutoRefresh
4. Add a script
5. Navigate to Unity>Preferences>General
6. Deselect the AutoRefresh
7. Add a debug log to Start() in the script
8. Attach the script to an object in the open scene
9. Save for good meansure
10. Exit Unity
11. Open the collab on project
12. Add a script with a debug line in Start()
13. Attach the script to an object in the open scene
14. Save the scene
15. Enter Play mode
16. Observe. See debug message in console
17. Exit Unity
18. Open the collab off project
19. Enter Play mode in the scene.
20. Observe. Debug log message will appear in console. (Its not supposed to)
21. Navigate to Unity>Preferences>General
22. Observe. AutoRefresh will be selected
See attached gif
Repro'd in 2017.2.0b4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Brush Size in the Inspector window does not update when the Brush Size in Scene View is changed
- "ArgumentOutOfRangeException" errors are thrown every time a keyboard key is pressed when renaming a component in UI Builder with a symbol and changing the name after label attribute warning
- Values in "Rect Transform" component are only partially updated when changing values in Prefab Mode
- Same Asset Type Focused Inspectors do not repaint when menus are manipulated
- Bool or Trigger Parameters can be selected via right clicking to the right of a Parameter control in the Animator Window
Add comment