cwi-dis / VR2Gather

Unity application framework for immersive social VR
MIT License
4 stars 6 forks source link

Support for WebRTC should be moved over to package structure #166

Open jackjansen opened 6 months ago

jackjansen commented 6 months ago

Starting a new branch to continue the work from #161 (which continues from #102).

On a new branch, because merging these structurally different branches is going to be hell. So starting a new branch off master and bringing over what is needed.

jackjansen commented 5 months ago

Need to merge master, so that we get the abstract transport stuff (from #150).

jackjansen commented 5 months ago

For my own memory: when running a fresh copy on MacOS you have to clear the quarantine bits on the dylan and the executable:

xattr -d com.apple.quarantine ./nl.cwi.dis.vr2gather/Runtime/VRTTransportWebRTC/Plugins/macos/WebRTCConnector.dylib
xattr -d com.apple.quarantine ./webRTC-helpers/webRTC-peer-macos.exe