Wrong capitalisation in EventDescription::getPath FMOD APi

const int maxPathLength = 1024;
char path[maxPathLength];
event->getPath(path, maxPathLength, nullptr);

In this case some paths looks like this:
event:/Effects/test/Static_events/etc…
But in FMOD-studio is looks like this
event:/Effects/test/static_events/etc…

This is definitely a bug. It looks like it’s affecting the folder names rather than the events themselves, but it will still be worth fixing. Thank you for bringing this to our attention.