Is Fusion Unity compatible with tvOS?

Options
babyfish0226
edited February 2023 in Fusion

I can build my project to work on tvOS, but the network functions don't seem to be working.

Is Fusion Unity compatible with tvOS?

I can't find the NanoSockets.dll for tvOS in the plugin folder. And I enabled the tvOS check for the NanoSockets.dll in /macOS/AppleSilicon or NanoSockets/Dynamic folder, but it still doesn't work.

update:

I also enabled the tvOS check for libnanosockets.a in /iOS folder and the xcode appears to only be for iOS and not tvOS.


update2:

I downloaded the nanosocket source code from GitHub and used CMake and ios-cmake to build the new libnanosocket_static.a for tvOS. Finally, I put the libnanosocket_static.a file into Unity and everything worked fine. Thanks, God.