unreal engine 5.1 update, level load fixed

This commit is contained in:
C
2023-02-10 15:24:22 +05:00
parent e9f3169a6f
commit 32440ee90f
116 changed files with 10393 additions and 33 deletions
@@ -0,0 +1,9 @@
#!/bin/bash
# Copyright Epic Games, Inc. All Rights Reserved.
# Build docker image for the Selective Forwarding Unit (SFU)
# When run from SFU/platform_scripts/bash, this uses the SFU directory
# as the build context so the SFU files can be successfully copied into the container image
docker build -t 'mediasoup_sfu:latest' -f ./Dockerfile ../..