Search Issue Tracker
Not Reproducible
Fixed in 5.5.X, 5.6.X, 2017.1.X, 2017.2.X
Votes
1
Found in
5.6.1p4
Issue ID
926826
Regression
No
[Perforce] Certain files are modified in Unity without being checked out
Steps to reproduce:
1. Set up a Perforce server. (local will do.)
2. Create a repository and copy the project to the Perforce repo.
3. Check out the project from Perforce.
4. Set up the perforce integration in Unity with the repo and make sure it's connected and working.
5. Close Unity.
6. Make sure the Assets/Resource/Internal-Halo.shader contents are the same as the attached ( note the legacy 'o.pos = mul (UNITY_MATRIX_MVP, v.vertex);' line), and checked into the Perforce repository, and NOT checked out.
7. Make sure the Assets/Resource/TrafficLightHalo.shader contents are the same as the attached and checked into the Perforce repository, and NOT checked out.
8. Also make sure ProjectSettings\GraphicsSettings.asset is the same as attached, checked into Perforce, and NOT checked out.
9. Now open the project in Unity.
10. Unity should modify Internal-Halo.shader, TrafficLightHalo.shader and GraphicsSettings.asset without checking them out from Perforce.
To confirm this, open P4V and see no files in the pending changelist.
Select Reconcile OFffline work, and the files should be visible.
Expected: Files should not be modified without perforce checking them out. Upon launch the modified files should be checked out
Actual: Files get modified, not checked out, Perforce doesn't know there were changes.
Reproduced on: 5.5.4p1, 5.6.1p4, 2017.1.0f2, 2017.2.0b2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment