Unity-Technologies / com.unity.webrtc

WebRTC package for Unity
Other
753 stars 191 forks source link

[REQUEST] WebGL build support #554

Open MikeKotys opened 2 years ago

MikeKotys commented 2 years ago

Right now when I try to build my project for a WebGL player, I get error messages that the classes, defined in the WebRTC package do not exist. I assume this means that the package does not support WebGL builds. Do you have plans of introducing such a support in the future?

ZeoWorks commented 2 years ago

Right now when I try to build my project for a WebGL player, I get error messages that the classes, defined in the WebRTC package do not exist. I assume this means that the package does not support WebGL builds. Do you have plans of introducing such a support in the future?

Why not use RenderStreaming to send video over to a browser? Are you hoping to use WebRTC for other functions such as binary transfer?

karasusan commented 2 years ago

This is the related ticket. https://github.com/Unity-Technologies/com.unity.webrtc/issues/470

This branch is working on it by @nvanofwegen. https://github.com/Unity-Technologies/com.unity.webrtc/pull/478

karasusan commented 2 years ago

memo: WRS-158

FlyBrid1 commented 1 year ago

Right now when I try to build my project for a WebGL player, I get error messages that the classes, defined in the WebRTC package do not exist. I assume this means that the package does not support WebGL builds. Do you have plans of introducing such a support in the future?

Do you solve the problem

karasusan commented 1 year ago

@FlyBrid1 Sorry but we haven't solved it.

karasusan commented 1 year ago

FYI. https://github.com/Unity-Technologies/com.unity.webrtc/pull/921

karasusan commented 1 year ago

We need to maintain this branch.