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.
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
Exception during SubScene Store of AudioSource: System.ArgumentNullException: Argument cannot be null.
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