utopia-rise / fmod-gdextension

FMOD Studio GDExtension bindings for the Godot game engine
MIT License
485 stars 52 forks source link

Any ideas on how to change random seed? #273

Open tot121212 opened 2 weeks ago

tot121212 commented 2 weeks ago

Is this a thing that is implemented already?

CedNaru commented 2 weeks ago

Not implemented. It seems to be an advanced setting in the API: https://www.fmod.com/docs/2.02/api/core-api-system.html#fmod_advancedsettings

We can probably expose it.