You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm working on a Unity project that uses Steam Audio, and I'm thinking about adding a user generated content feature where players can import their own maps into the game and play in them. I'd really like reflections and reverberation to work for those maps just as it will for my pre-made maps, but I'm not sure if this is possible because to get Steam Audio working currently requires clicking a menu item in the Unity editor.
I can get the Steam Audio geometry components to be automatically added once the maps are imported, but I'm not sure how or if it would be possible to get Steam Audio to export the scene geometry at runtime so that I get acoustic reflections and reverberation.
Is the Steam Audio Dynamic Object the way to do this perhaps? I noticed that the manual mentions that you can attach them to prefabs, but I guess the prefab has to be pre-existing in the project folder and already exported to a .asset file for this to work?
The text was updated successfully, but these errors were encountered:
You could call this function right after adding all the necessary Steam Audio Geometry components to the user-generated content. This would result in a .asset file being created, which you will have to bundle with the rest of the content. Because the Steam Audio Static Mesh component that gets added to the scene will contain a reference to this .asset file, it should automatically get bundled by Unity's AssetBundle feature.
Of course, not knowing how your specific UGC feature is intended to work, some of the above may not be applicable, or may need some tweaking.
Hello, I'm working on a Unity project that uses Steam Audio, and I'm thinking about adding a user generated content feature where players can import their own maps into the game and play in them. I'd really like reflections and reverberation to work for those maps just as it will for my pre-made maps, but I'm not sure if this is possible because to get Steam Audio working currently requires clicking a menu item in the Unity editor.
I can get the Steam Audio geometry components to be automatically added once the maps are imported, but I'm not sure how or if it would be possible to get Steam Audio to export the scene geometry at runtime so that I get acoustic reflections and reverberation.
Is the Steam Audio Dynamic Object the way to do this perhaps? I noticed that the manual mentions that you can attach them to prefabs, but I guess the prefab has to be pre-existing in the project folder and already exported to a .asset file for this to work?
The text was updated successfully, but these errors were encountered: