Search Issue Tracker
Active
Votes
5
Found in [Package]
2020.1.15f1
Issue ID
1296532
Regression
No
Perforce integration - Attempting to add a P4Ignore ignored file does nothing
1. Set up a Unity test project with Perforce integration configured
2. Create a P4Ignore file at the root of your project with an excluded path in its definition (e.g. "**/Assets/NetCodeGenerated")
3. Configure Perforce to use the P4Ignore file by running the console command at the root of the project: p4 set P4IGNORE="<name of p4ignore file>"
4. Create a file in the ignored path via the Unity editor
5. With the file selected/shown in the Inspector pane, press the Add button on the upper right
Current behavior: Nothing happens
Desired behavior: A warning or error log or message box comes up explaining that the file can not be added as it falls under a P4Ignore's definition
If I attempt to add the same file in P4V, a pop up comes up noting that the file was not marked for add, as it is ignored. Without any feedback from the Editor on the Add attempt, a user may think that it actually worked or will be confused by it not doing anything.
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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
devilhiyan
May 25, 2021 21:10
i m facing the same issue, hope it will get fixed soon. thankyou.