Search Issue Tracker
Active
Under Consideration for 6000.0.X, 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
- Seams are visible on the Water System when multiple tiles are used and their Surface type is set to River
- Matching Game View creates unsaved changes even though nothing to save
- AudioClips do not have path or GUID in Build Report and incorrect size is reported
- The rendered color of the preset differs from the preview color when adding a new swatch in the HDR Color Picker
- [Editor][XR] Empty window in OpenXR (Project Settings) when Desktop is set to active platform
Add comment