Little question:
Is there a good way to debug parameters (global ones in priority - then local ones)?
Right now I am currently having to have a session with the different parameters set to show graph.
My problem beeing that first global parameters are not shown alphabetically in the overview,which makes it relatively tricky to find
There should definitely be some more ways of sorting and filtering the parameters list, both in the sandbox window and the profiler window. I’ll add this suggestion to our feature and improvement tracker.
What do you mean by “active?” Global parameters come into existence when you load the master bank and remain until you unload it, and so exist and function at all times while your FMOD Engine game is running.
Thanks
Yeah to be honest having a dedicated window to see states would be great!
By active I mean the current value of the state
I don’t know if you like the comparison but one thing that is very convenient in wwise is that while connected to the game in the player window you can see all the current state values (ordered alphabetically).
I think for now I’ll just add a debug script that gets all values and showed them
We already have this feature in the profiler window, minus the alphabetical sorting. Global parameters are displayed by default; if you want to see local parameters’ values, you can select the specific event instance whose parameter values you’re interested in.
Maybe im wrong but in the profiler window the current value is shown with a little yellow dot as values change is it not? Cause that is very tricky to see the actual current value
Oh, I see! You want to be able to display the final value of each parameter as a number or label instead of as an orange dot. I can see how that would be useful. I’ll add this suggestion to our feature and improvement tracker.