• Hi Guest!

    This is a notice regarding recent upgrades to the Hub. Over the last month, we have added several new features to improve your experience.
    You can check out the details in our official announcement!

Question Null Exception when saving AudioSource in SubScene

CheersMate

Well-known member
Messages
168
Reactions
608
Points
93
Website
ecchi.iwara.tv
So, I thought it would be convenient to save Person atoms & AudioSource atoms in a SubScene. But when I do, I get the following error:
Exception during SubScene Store of AudioSource: System.ArgumentNullException: Argument cannot be null.

1683042450651.png


Questions:
1. Is there a way to clear this exception?
2. Should I care? The reload doesn't complain and it seems to work just fine in practice
3. If it's a bad practice, what is a better approach to on the fly loading of AudioSource atoms. I really don't want to do MergeLoad
 
I get this error all the time when saving subscenes and I just clear it and ignore it. The subscenes save and load fine despite the error /shrug

Anyone else have an idea what's happening here?
 
Upvote 0
Back
Top Bottom