Search Issue Tracker
Fixed
Fixed in 1.4.3
Votes
4
Found in [Package]
1.1.1
1.4.2
Issue ID
ISXB-296
Regression
Yes
"{fileID: 0}" gets appended to "ProjectSettings.asset" file when building a project with the Input System package installed
How to reproduce:
1. Create a new project
2. Install the "Input System" package
3. In the system's file manager navigate to "\[Project path]/ProjectSettings" and open the "ProjectSettings.asset" file
4. Find the "preloadedAssets" value and note that its set to "\[]"
5. In the Project settings switch the "Scripting Backend" to "IL2CPP"
6. Build the project
7. Repeat step 3
7. Find the "preloadedAssets" value
Expected result: the "preloadedAssets" value has remained set to "\[]"
Actual result: the "preloadedAssets" value has been set to "- {fileID: 0}"
Reproducible with: Input System 1.1.1 (2020.3.38f1), 1.4.2 (2021.3.10f1, 2021.1.16f1, 2022.2.0b8, 2023.1.0a10)
Not reproducible with: Input System 1.1.0-preview.2 (2020.3.38f1)
Reproducible on: Ubuntu 20.04, Windows 10
Notes:
1. Issue is not reproducible when using the "Mono" scripting backend
2. Regression of a previously fixed issue: https://issuetracker.unity3d.com/issues/projectsettings-dot-asset-is-checked-out-in-perforce-when-building-a-project-with-the-input-system-package-installed
-
PatrickBaroudRobocom
Oct 08, 2022 11:02
Added note correction:
Issue is reproducible when using either the IL2CPP or Mono scripting backends.
Tested with 2021.3.* and 2022.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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 1.4.3):
Fixed in Input System version 1.4.3