Search Issue Tracker
Fixed in 2019.2.X
Votes
2
Found in
4.2.0b5
Issue ID
551153
Regression
No
[VCS] Using case sensitivity in Perforce causes files in Unity to claim that they are not part of the workspace
Steps to reproduce :
- create a new folder Users/(user)Projects/newproject
- open P4V and create a new workspace with the root in Users/(user)Projects/
- create a new project in Unity and move it into newproject folder
- open the project in Unity from the new path
- connect to Perforce using the newproject as a workspace
- set the log level to Verbose
- in P4V edit the workspace and change the capital Projects to projects
- create a new file in Unity and notice the warning in the console :
Version Control: Path '/Users/UnityTechnologies/Projects/newproject/New Unity Project 25/Assets/...' is not under client's root '/Users/UnityTechnologies/projects'.
Comments (1)
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
- Dragging and dropping a system that contains event context to create nested VFX crashes the editor
- TextMeshPro UV2 custom data not rendering for off-screen text with RectMask2D in Unity 6
- Text overlap and is unreadable in Inspector > Terrain Paint Texture after creating new Terrain Layer
- Event "XRInputSubsystem.trackingOriginUpdated" triggers twice when recentering the view
- UITK TextField value is overwritten incorrectly by the converter result when Binding Mode is set to "To Source"
enhawk
Jan 09, 2018 08:44
just had this problem, was easily fixable with capitalising the folder name. Seem like a nicer error message would solve this