Furnyr / Dissonity

Open source project that makes it easy to create Discord activities using Unity and the Embedded App SDK
http://dissonity.dev/
MIT License
39 stars 5 forks source link

Test Unity services inside an activity #14

Open Furnyr opened 1 month ago

Furnyr commented 1 month ago

https://docs.unity.com/ugs/en-us/manual/overview/manual/unity-gaming-services-home#Multiplayer

Every Unity service (except Relay because peer-to-peer isn't possible) seems to be usable inside activities patching the URL mappings. This is yet to be tested, any help is appreciated.

Packages

Main services

Furnyr commented 3 days ago

Netcode for GameObjects doesn't seem to be usable because the Unity Transport expects an IP address instead of an url. Making a custom transport could work but that's outside of the scope of Dissonity.