Bobsi Tutorials
Bobsi Tutorials
  • 134
  • 967 881
Drop Items from Inventory in Your Multiplayer Survival Game | Unity Tutorial
Make your inventory system more dynamic by adding item dropping! In this episode, we’ll set up the ability to drop items from your inventory and spawn them in the world with proper physics, all working in a multiplayer environment with PurrNet.
This video covers:
- Implementing item dropping from inventory
- Spawning dropped items in the world
- Handling physics and networking for dropped items
📥 Get PurrNet: purrnet.gitbook.io/docs/guides/installation-setup
🤝 Join the PurrNet Community: discord.gg/HnNKdkq9ta
🎮 Join the Bobsi Discord: discord.gg/yAJdmphV5K
Enjoy the video? Like, comment, and subscribe for more! Your support keeps these tutorials coming!
Переглядів: 136

Відео

Multiplayer PVP Shooter Tutorial #16: Spectator mode
Переглядів 1542 години тому
In this video, we’ll enhance your multiplayer PVP shooter by adding a spectator mode to the game. Now when the player dies, they will switch to another player, and by clicking the mouse, you can shuffle around across these players. Everything should align, shooting, audio, camera rotation, etc. This video covers: - Adding Spectator camera - Working with Cinemachine - Shuffling between players 📥...
Creating Items for Your Multiplayer Survival Game | Unity Tutorial
Переглядів 2717 годин тому
Bring your multiplayer survival game to life with interactive items! In this episode, we’ll set up an interaction manager, configure item physics, and add item pickup functionality using Unity and PurrNet. This video covers: - Setting up an interaction manager - Adding physics to items - Implementing item pickup mechanics 📥 Get PurrNet: purrnet.gitbook.io/docs/guides/installation-setup 🤝 Join t...
Multiplayer Inventory System Tutorial | Survival Game in Unity (Part 3)
Переглядів 2179 годин тому
In this episode, we finalize creating a functional inventory system including drag and drop functionality for our multiplayer survival game in Unity! Learn how to design the foundation of your inventory and prepare it for future features, all while using the PurrNet networking system. This video covers: - Stacking inventory - Dropping items - Start of equipping items? 📥 Get PurrNet: purrnet.git...
Client-Side Prediction in Unity Made Easy - Multiplayer Physics
Переглядів 56212 годин тому
Struggling with multiplayer physics in Unity? Learn how to implement client-side prediction effortlessly with PurrNet, making multiplayer feel as smooth as singleplayer. Watch as players move, interact, and collide seamlessly-no lag, no frustration. Docs: purrnet.gitbook.io/docs/systems-and-modules/client-side-prediction ⚡ What’s Inside? ✅ Easy client-side prediction setup ✅ Smooth physics-base...
Multiplayer Inventory System Tutorial | Survival Game in Unity (Part 2)
Переглядів 19914 годин тому
In this episode, we start creating a functional inventory system including drag and drop functionality for our multiplayer survival game in Unity! Learn how to design the foundation of your inventory and prepare it for future features, all while using the PurrNet networking system. This video covers: - Start of stacking inventory items - Drag and drop ability - Basic multiplayer item handling 📥...
Multiplayer Inventory System Tutorial | Survival Game in Unity (Part 1)
Переглядів 39119 годин тому
In this episode, we start creating a functional inventory system including drag and drop functionality for our multiplayer survival game in Unity! Learn how to design the foundation of your inventory and prepare it for future features, all while using the PurrNet networking system. This video covers: - Inventory system foundation - Drag and drop ability - Preparing for multiplayer item handling...
Setting Up Your Player with Animations | Multiplayer Survival Game in Unity
Переглядів 414День тому
In this episode, we dive into setting up your player character for our multiplayer survival game in Unity! Learn how to configure your player model and bring it to life with animations, all using the PurrNet networking system. This video covers: - Player model setup for multiplayer - Adding and configuring animations 📥 Get PurrNet: purrnet.gitbook.io/docs/guides/installation-setup 🤝 Join the Pu...
Create a Multiplayer Survival Game in Unity | First Steps to Gameplay
Переглядів 1,3 тис.День тому
Start your multiplayer survival game journey with this beginner-friendly Unity tutorial! In this episode, we set up PurrNet for networking, configure multiplayer functionality, and implement basic player movement. Perfect for anyone diving into game development! This video covers: - Setting up PurrNet for multiplayer networking - Implementing player movement PlayerController singleplayer script...
Transport overview in Unity Multiplayer - PurrNet tutorial
Переглядів 21014 днів тому
In this video, we'll go over all the transport layers of PurrNet and a quick introduction to them individually. Keep in mind that the UDP transport is also what you'd use for a local/LAN setup, i just simply forgot to mention that. See the PurrNet transports here: purrnet.gitbook.io/docs/systems-and-modules/network-manager/transports 📥 Get PurrNet: purrnet.gitbook.io/docs/guides/installation-se...
Networked Scene Management in Unity - PurrNet tutorial
Переглядів 28814 днів тому
This video goes over how you work with Scene Management in Unity with PurrNet networking system. Load scenes, close scenes, add connections to scenes or remove connections from scenes all very easily with just a few calls. And similar to Unity's own scene management, you can also load scenes additive. Also control whether the scene is public or not, in order to have users auto load into the sce...
How to broadcast over the network in Unity - PurrNet tutorial
Переглядів 22314 днів тому
This video highlights how you'd go about broadcasting in PurrNet networking system within the Unity game engine. Broadcasting is pretty straight forward. In most cases, RPC's should do the trick and be even easier to work with, however, there are cases making Broadcasting useful! 📥 Get PurrNet: purrnet.gitbook.io/docs/guides/installation-setup 🤝 Join the PurrNet Community: discord.gg/HnNKdkq9ta...
Multiplayer PVP Shooter Tutorial #15: Adding Audio/Sound
Переглядів 25821 день тому
In this video, we’ll enhance your multiplayer PVP shooter by adding audio effects to make the gameplay more immersive. From shooting sounds to player hits, environment impacts, and death effects, we’ll cover it all. This video covers: - Adding shooting and death sounds - Implementing audio for player and environment hits - Syncing audio across the network for all players 📥 Get PurrNet: purrnet....
Multiplayer PVP Shooter Tutorial #14: Steam Relay Setup
Переглядів 50421 день тому
In this video, we’ll set up Steam Relay for your multiplayer PVP shooter, ensuring seamless connections between players regardless of network limitations. Learn how to utilize Steam’s relay servers with PurrNet for reliable and efficient matchmaking. This video covers: - Configuring Steam Relay for multiplayer connections - Ensuring reliable connectivity across all players - Integrating Steam R...
Multiplayer PVP Shooter Tutorial #13: Steam Lobby Setup with PurrNet
Переглядів 41621 день тому
In this video, we’ll integrate Steam lobbies into your multiplayer PVP shooter using PurrNet’s generic and abstract lobby setup tool. Learn how to easily create lobbies for your game and connect players through Steam. Watch the lobby video here: ua-cam.com/video/fIBAlOJxqtg/v-deo.html This video covers: - Setting up a Steam lobby system - Using PurrNet's abstract lobby tool for easy integration...
Unity Easy Lobby setup with Multiplayer (Steam, Unity Lobbies, Database) - PurrNet
Переглядів 90128 днів тому
Unity Easy Lobby setup with Multiplayer (Steam, Unity Lobbies, Database) - PurrNet
Multiplayer PVP Shooter Tutorial #12: Winner Announcement & Online Testing with PurrTransport
Переглядів 32928 днів тому
Multiplayer PVP Shooter Tutorial #12: Winner Announcement & Online Testing with PurrTransport
Multiplayer PVP Shooter Tutorial #11: Hit Effects & Damage Feedback
Переглядів 274Місяць тому
Multiplayer PVP Shooter Tutorial #11: Hit Effects & Damage Feedback
Multiplayer PVP Shooter Tutorial #10: Weapon Switching with State Machine
Переглядів 285Місяць тому
Multiplayer PVP Shooter Tutorial #10: Weapon Switching with State Machine
Multiplayer PVP Shooter Tutorial #9: Proper Gun Holding Setup
Переглядів 303Місяць тому
Multiplayer PVP Shooter Tutorial #9: Proper Gun Holding Setup
Multiplayer PVP Shooter Tutorial #8: Adding Muzzle Flash & Recoil
Переглядів 295Місяць тому
Multiplayer PVP Shooter Tutorial #8: Adding Muzzle Flash & Recoil
Multiplayer PVP Shooter Tutorial #7: Score Tracking & Scoreboard Setup
Переглядів 338Місяць тому
Multiplayer PVP Shooter Tutorial #7: Score Tracking & Scoreboard Setup
Multiplayer PVP Shooter Tutorial #6: Round End & Game Loop Completion
Переглядів 364Місяць тому
Multiplayer PVP Shooter Tutorial #6: Round End & Game Loop Completion
Multiplayer PVP Shooter Tutorial #5: Game States & Player Spawning
Переглядів 435Місяць тому
Multiplayer PVP Shooter Tutorial #5: Game States & Player Spawning
Multiplayer PVP Shooter Tutorial #4: Health UI & Player Death
Переглядів 476Місяць тому
Multiplayer PVP Shooter Tutorial #4: Health UI & Player Death
Multiplayer PVP Shooter Tutorial #3: Shooting & Synced Health System
Переглядів 605Місяць тому
Multiplayer PVP Shooter Tutorial #3: Shooting & Synced Health System
Multiplayer PVP Shooter Tutorial #2: Character Setup & Animation Sync
Переглядів 582Місяць тому
Multiplayer PVP Shooter Tutorial #2: Character Setup & Animation Sync
Multiplayer PVP Shooter Tutorial #1: Networking Basics & Player Spawning Setup
Переглядів 2,5 тис.Місяць тому
Multiplayer PVP Shooter Tutorial #1: Networking Basics & Player Spawning Setup
EASY Unity Multiplayer Physics in minutes - Tutorial (PurrNet)
Переглядів 837Місяць тому
EASY Unity Multiplayer Physics in minutes - Tutorial (PurrNet)
Understanding Ownership in multiplayer (PlayerID) - PurrNet - Unity multiplayer
Переглядів 447Місяць тому
Understanding Ownership in multiplayer (PlayerID) - PurrNet - Unity multiplayer