Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.1.1f1
Issue ID
950275
Regression
No
AudioClip reference is reset to None when opening Unity for the first time and there is a method that manipulates SpriteRenderer
To reproduce:
1. Download attached Unity project "AudioNoneExample.zip"
2. Copy Assets and ProjectSettings folders into a new folder
3. Go Assets --> Resources --> Entities --> Troops --> Entity.prefab and open it with notepad
4. Find "_HomeOnDeathAudio:" and inspect its ID, which is - {fileID: 8300000, guid: 72e71d0f477498648b3cf341c6331082, type: 3} (attached picture "fileID.png")
5. Open Unity for the first time (let it generate Library)
6. Inspect the same Entity.prefab file again
Expected result: "_HomeOnDeathAudio:" should maintain its audioclip on opening Unity
Actual result: Audioclip gets reset, fileID becomes 0 (see attached picture "fileID0.png")
Note: commenting out line 35 of the script ColorSetter.cs using any Script editor before opening Unity for the first time stops the bug from occuring. After generating the library, this line can be uncommented and the bug will still not occur no matter how many times Unity is opened.
Reproduced on: 5.6.3p3, 2017.1.1p1, 2017.2.0b11, 2017.3.0a7
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
- Undoing the branch rotation resets only wireframe and not mesh when undoing the action first time after launching the project
- Asset Bundles retain their previous hash and CRC values when an object within a bundle is changed and rebuilt
- APV Reflection Probe Normalization breaks when SSGI is enabled
- Default Custom Components in project have Library counterparts
- [iOS]"The destination host has an erroneous SSL certificate" error is thrown when using UnityWebRequest to connect to the server with a self-signed certificate
Resolution Note:
This particular case has been investigated thoroughly and we have decided, in the interests of protecting the stability and features of Unity for users that rely upon the affected versions, to not address this fix for the time being. We understand that this will cause problems for some users, and so may address in a future version.