There and Back Again - Unity to Swift communication
There was some feedback in learning about starting a SharePlay session, about how to do it if your app was made using Unity.
You need a C# class that can send messages to swift. I call mine SwiftBridge:
public class SwiftBridge
{
[DllImport("__Internal")]
private static extern void StartSharePlaySession(