• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Question Null Exception when saving AudioSource in SubScene

CheersMate

Well-known member
Joined
Sep 5, 2022
Messages
232
Solutions
4
Reactions
830
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