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
Comments (1)
-
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
- Entering “NaN” or “Infinity” values in Game Object Brush Orientation value fields spams Quaternion-related errors in the Console and persists unless value is undone in Tile Palette window
- An InvalidOperationException is thrown in the Editor when using On-Tile Rendering with the Mock HMD plug-in
- Unity UI does not trigger "OnFocusLost" and doesn't refresh when focusing on other Windows in the Editor
- Project Auditor's settings cannot be searched in the Preferences window
- Crash on SerializableManagedRef::CallMethod when performing various Unity operations
Resolution Note:
Fixed in Input System version 1.4.3