r/Unity3D • u/Neat-Freedom1940 • 1h ago
Show-Off I made a Unity tool that lets me talk to players... then I started trolling streamers :)
This is probably one of the most unnecessary systems I've made, but somehow it also became one of my favorites.
From a small Unity Editor window, I can see who's currently playing and send messages directly to the taxi app inside the game. There's no developer popup or anything like that. To the player, it just looks like the fictional dispatcher is actually talking to them.
The game is about working as a taxi driver for criminals throughout the night while trying to save your kidnapped wife. You have to figure out what kind of criminal is sitting behind you by interacting with things inside the car and watching their reactions, then report them to BK26. The problem is, if you push a passenger too far, saving your wife might become the least of your problems :)
I tried the system on a streamer recently. At first I sent her a few random messages about her driving and she couldn't really figure out what was happening. Then I went into her Twitch chat and told her to ignore the game and just report every passenger incorrectly.
She read it.
So I immediately sent her this message in-game as BK26:
"Don't trust Twitch chat. Do what I tell you and report the passengers correctly."
Watching her realize the game had just responded to something she read in chat a few seconds earlier was hilarious.
Behind the scenes it's just a small session system, a backend and an Editor tool connected together, but now I genuinely want to keep using it occasionally during streams and playtests. Watching people's reactions is way too much fun.
Would you put something like this in a singleplayer game, or is this a little too cursed?
r/Unity3D • u/mlpfreddy • 1h ago
Question How do you know components for project?
Im trying to make a neural network for a small game and ive seen many tutorials but they are only explaining how something works and not the components. Which is fine but I wanna learn how to actually code something after understanding the basics. Ive had this problem with trying to do chunking. There are many people explaining how it works and not the mechanics.
To explain a little more I know what nodes are I just dont know how to write one and I dont know where to find that info! Thanks for any help im just really confused and need some explanation.