Search Issue Tracker
Fixed in 1.1.0-preview.2
Votes
0
Found in [Package]
1.0.0
Issue ID
1254502
Regression
No
ProjectSettings.asset is checked out in perforce when building a project with the Input System package installed
How to reproduce:
1. Create and open a new project
2. Install the Input System package
3. Connect the project to perforce
4. Open P4V
5. Add and Submit the Assets, Packages and ProjectSettings folders
6. Build the project in Unity
7. Open P4V and refresh
Expected results: no changes are made
Actual result: ProjectSettings.asset is checked out in the default Changelist
Reproducible with: 0.2.10-preview (2020.2.0a14), 0.9.6-preview(2020.2.0a14), 1.0.0(2019.3.16f1, 2019.4.0f1, 2020.1.0b12, 2020.2.0a14)
Could not test with: 0.2.8-preview and earlier (the package doesn't compile)
Notes:
-When the project is built for the first time the "preloadedAssets: []" line changes into "preloadedAssets: - {fileID: 0}"
-If the project gets upgraded to a newer version of Unity, another "- {fileID: 0}" line gets added upon building
-On further builds the ProjectSettings.asset file gets checked out without any changes made to it
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
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
- Crash on EditorApplication:Internal_CallUpdateFunctions when pushing property block by index to SpriteShapeRenderer
- Depth Texture Mode "After Opaques" breaks when "Full Screen Pass Renderer Feature" is added
- The Code Previews panel is initially opened in a slightly minimized state
Resolution Note (fix version 1.1.0-preview.2):
Fixed by https://github.com/Unity-Technologies/InputSystem/pull/1202