Unity CodeGen is a library that streamlines code generation on the Unity editor. By defining your own Generator that inherits from ICodeGenerator, you can generate codeautomatically. Create a .cs file ...
Out-of-the-box FMOD requires you to access events and parameters via inspector references or by name. Neither of these setups is ideal. Dispatching an event this way requires you to define a bunch of ...