Search Issue Tracker
In Progress
Under Consideration for 6000.0.X
In Progress in 6000.1.X
Votes
0
Found in
6000.0.26f1
6000.1.0a3
Issue ID
UUM-86728
Regression
Yes
AudioClips do not have path or GUID in Build Report and incorrect size is reported
Steps to reproduce:
1. Open the attached user's project "1979642-BuildReport-WrongAssetType.zip"
2. Navigate to "Assets/Editor/BuildScript.cs" and change the platform you want to build on
3. Build the project using the "Build/" item on the menu bar
4. Look at the console for logged AudioClips (search for "Audio")
Expected results: AudioClips has a valid path, referencing "Noise.wav" with a populated GUID
Actual results: Some AudioClips have a blank string reported as it's path, with a 0'd out GUID (See attached Repro.png)
Reproducible with: 2023.1.0a16, 6000.0.26f1, 6000.1.0a3
Not reproducible with: 2021.3.45f1, 2022.3.52f1, 2023.1.0a15
Testing Environment: Windows 11 23H2, MacOS 14.6.1 Intel
Not reproducible on: no other environment tested
Notes:
-The repro will report blank paths as “N/A:{type}” (so for an AudioClip, you should see “N/A:UnityEngine.AudioClip”
-Other audio clips will have the correct path, but have a size of around 100 or so bytes
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- 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
- Shader warnings in URP ShaderGraph when using the Normal From Texture node
Add comment