Winter Pu

Results 29 comments of Winter Pu

Let's solve this one by one. Firstly, it's better to compile the project with UE4.27 for now. The shader-related case is currently not compatible with UE5. Secondly, you can try...

Could you offer logs for more details? Any clues in the Call Stack?

Please check the folder path of your plugin: AgoraPlugin/Source/ThirdParty/AgoraPluginLibrary/x64/Release/agora_rtc_sdk.dll. It should have a platform name after AgoraPluginLibrary, or make sure that you have changed the correct path in the build.cs...

For the next problem, you could use the branch dev/4.2.1 to avoid the shader related error: https://github.com/AgoraIO-Extensions/Agora-Unreal-RTC-SDK/tree/dev/4.2.1 That shader only supports 4.27.

Hi, I would like to confirm, when you share the screen, do you want only the microphone audio to be published, or except for the game sounds, do you also...

I have no idea. How did you conclude that this crash is related to the SDK?

Doesn't seem like https://en.wikipedia.org/wiki/Threading_Building_Blocks

You could build an iOS app and select [Debug - Attach to the Process] to trace the logs. I suspect that you may be triggering a garbage collection or neglecting...

Did you release the instance correctly?

Did you use C++ or Blueprints? Which version of Unreal Engine did you use? Could you show me the call stack?