Dug around a bit but still stumped.
Problem:
1 - Create a scene that has audiobundles which are not dependencies. They are created for and used only in that scene (dialogue).
2 - Use sound from ab (plugin) to play them.
3 - Create a var, while including those audiobundles as local files.
4 - Test in a clean vam install. It can't find the audiobundles which are in the var. Clean install has all required dependencies downloaded (plugins, clothing, etc.).
Fix:
1 - Open created var scene.json and find the audiobundle references; example: "AssetBundle" : "Custom/Assets/Aipas/Madam_Jana_permit_P2_assets/Aipas_MJP_P2_Joshua.audiobundle"
2 - Replace with this: "Aipas.Madam_Jana_permit_p2_(Story).1:/Custom/Assets/Aipas/Madam_Jana_permit_P2_assets/Aipas_MJP_P2_Joshua.audiobundle" and now it works.
The solution seems to involve the var self-referencing? Pretty sure I'm doing something wrong, even if it does work.
Now that I'm looking at it again, is it because it's calling an "AssetBundle" instead of an "AudioBundle"?
Any thoughts?
Problem:
1 - Create a scene that has audiobundles which are not dependencies. They are created for and used only in that scene (dialogue).
2 - Use sound from ab (plugin) to play them.
3 - Create a var, while including those audiobundles as local files.
4 - Test in a clean vam install. It can't find the audiobundles which are in the var. Clean install has all required dependencies downloaded (plugins, clothing, etc.).
Fix:
1 - Open created var scene.json and find the audiobundle references; example: "AssetBundle" : "Custom/Assets/Aipas/Madam_Jana_permit_P2_assets/Aipas_MJP_P2_Joshua.audiobundle"
2 - Replace with this: "Aipas.Madam_Jana_permit_p2_(Story).1:/Custom/Assets/Aipas/Madam_Jana_permit_P2_assets/Aipas_MJP_P2_Joshua.audiobundle" and now it works.
The solution seems to involve the var self-referencing? Pretty sure I'm doing something wrong, even if it does work.
Now that I'm looking at it again, is it because it's calling an "AssetBundle" instead of an "AudioBundle"?
Any thoughts?
Last edited: