Hello,
I’ve been working on a unity project and no matter what I can’t get fmod live update to work in a MacOs Unity Build.
The problem is that it works perfectly in the Windows Unity Build, running on the port 9264.
But in mac it did not work.
It displays the same error I get if a put a wrong ip adress or wrong port, that is the “IP Socket Error”.
I tried listing the ports in the mac terminal, and I didn’t find the 9264 port. Actually the build changes its port every time I restart it.
I tried changing the port in the Unity FMOD Settings, tried adding a specific platform to MacOS, tried changing the port to match the one given in the terminal… nothing seems to work.
In this last case, if I try to change localhost:9264 to
localhost : (unity build port number showing in the terminal)
The error changes of “Socket Error” to “Connecting”, but anyways it did not work.
I searched very deep in google for some answer, and find no one with this same issue, I also have read the fmod documentation about live update all over again (a suggestion: would be very nice to have a specific topic about live update with builds and not just with the unity editor)
I also reistalled fmod and checked if the fmod version matches with fmod unity integration version, and both are correctly (2.01.07).
I did not reinstalled the fmod package because the project is very big and already have several scripts using fmod library (and it is working perfectly with windows unity build, both in the editor and in the build)
So… idk if I forgot something crucial in this whole process, or if mac needs some extra configuration, but that’s it. I appreciate if someone can help me to find a solution.
Thanks in advance