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
- Blue highlights appear when some of the UI Builders panels are focused
- Property fields overlap in the Override window when comparing changes
- "Timeflow Animation System" custom package appears twice in the Package Manager
- Sprite Atlas Override for iOS setting remains disabled when saving its change to enabled
- Increased Memory usage when Update Mode 'On Demand' Realtime lights are used and DX12 API is selected
Resolution Note (fix version 1.4.3):
Fixed in Input System version 1.4.3