Uploading Unity Game to WebGL [Fish Networking #8][Tutorial]

Опубликовано: 05 Февраль 2026
на канале: Mercenary Camp
615
21

Fish Networking🌐EP 8 - Transfering builds with one click !
We configure our unity builds in such a way that they will run on our linux machine.
We then create a .bat file to one-click transfer our builds over to our remote machine.

-- send_builds.bat begins here
set "user=deploy@[YourDomain]"
set "buildFolder=C:/Users/[Your user]/dev/escape-tutorial/builds"
set "destinationPath=/home/deploy"

scp -r %buildFolder% %user%:%destinationPath%

pause
-- send_builds.bat ends here

[❗Priority support for Escape Game❗]
Priority support is offered on our discord channel.
It is available under the private channel #priority-support.
To be granted access, you either have to :
Become a Twitch Subscriber (instant & automatic access upon linking twitch and discord)
Redeem the 10,000 channel points reward "Access to ESCAPE discord channels" in twitch (free)
By watching the livestream, you will obtain channel points overtime. You will also have the chance to be granted a subscription by a generous contributor!

0:00 Intro
0:30 Configure unity builds
2:20 Create dedicated server build
4:00 Create web client build
4:45 Create batch file to transfer builds
6:50 Batch script
8:40 Checking if our builds were transferred
9:35 Checklist


*🔴Livestream alert*

I may be live on twitch, come hangout or ask questions!
►   / n3rkmind  

*More free tutorial series*
►🌐 Cross platform multiplayer standalone & web game
   / soon.tm  

►♟️ Learn how to make a Online Multiplayer Chess Game
   • ♟️ Create an Online Chess Game -  Placemen...  

► ⚔️ FREE Top Down RPG Course:
   • Learn Unity Engine and C# by creating a re...  

► 🔑 Authentication tutorial with NodeJS and MongoDB:
   • Unity Authentication with NodeJS and MongoDB  


*🍺Spare pesos for a beer*

► Want to help the Mercenary Camp project? You can show your support with an membership!
   / @n3kmercenarycamp  

► Planning to buy from the asset store? use my link!
https://assetstore.unity.com/top-asse...


*🫂Looking for human connection?*
► Join our community!
Discord 👊   / discord  
Website 📡 https://merc.camp
Live 🔴  / n3rkmind  

👍 If you enjoyed this video, don't forget to give it a thumbs up and share it with your friends!
Mercenary camp creates free educational content, and will continue to do so. I ask that you engage with the content through liking and sharing the videos if it helped you.

#gamedev #multiplayer #crossplatform #unity #unityTutorial #n3k #epitome #mlapi #merc #merccamp #n3ken