Using FMOD for C#?

前端 未结 4 503
生来不讨喜
生来不讨喜 2021-01-18 03:17

I\'m working with FMOD in C#. I\'ve tried importing the fmodex.dll file by selecting Project->Add Reference and browsing for the fmodex.dll, but I

4条回答
  •  日久生厌
    2021-01-18 03:27

    In order to use FMOD in C# you need to wrap FMOD functions and structures using p/Invoke. This task has been taken care of for you in the open source project fmodnet

提交回复
热议问题