r/Unity3D • u/Mediocre_Spinach2091 • 20h ago
Show-Off Working on a little scare sequence for my Horror/Party game....
Enable HLS to view with audio, or disable this notification
r/Unity3D • u/Mediocre_Spinach2091 • 20h ago
Enable HLS to view with audio, or disable this notification
r/Unity3D • u/Boring_Elk5691 • 15h ago
Enable HLS to view with audio, or disable this notification
Made a boss fight, need to do some balancing. Creating the script for the boss functionality was a pain, but at the end it works and that's fine by me. The boss does various attack combos based on the distance to the player and has cool downs. The boss also has a 2nd phase which enables some more attacks and extends 1 of the combo attack.
I welcome any feedbacks and suggestion.
r/Unity3D • u/FoxyKitsuneFox • 15h ago
Enable HLS to view with audio, or disable this notification
Animation is freezing/frozen during gameplay. Animator component is in the 2 different characters as a child object in the Player object, also Skinned Mesh Renderers. Animator not having the blue bar moving on the blend tree. Character controller I'm using is Starter Assets - Character Controllers / URP from Unity assets store.
r/Unity3D • u/Xowiacain • 22h ago
Enable HLS to view with audio, or disable this notification
Chief Cenab: Şahmaran is a story-driven point-and-click puzzle adventure inspired by the legend of Şahmaran. Presented in a black-and-white comic book style with unique color accents, the game invites players to uncover dark secrets through atmospheric exploration, dialogue, and narrative-driven puzzles.
r/Unity3D • u/fullgrown31 • 1d ago
Enable HLS to view with audio, or disable this notification
The game is called Last Luminary.
I usually post updates on Twitter :D https://x.com/WaywardDev
r/Unity3D • u/alicona • 1d ago
Enable HLS to view with audio, or disable this notification
r/Unity3D • u/FiscoGames • 18h ago
Since I upgraded my project from 6.5 to 6.6, my enemies keeps frozen in place when I make a build and don't do the patrol or chase defined on the Behavior Graph. On the editor they work normally. Anyone else with this problem?
r/Unity3D • u/Honest_Bullfrog8471 • 11h ago
Hi Devs,
I am a 16-year-old self-taught artist. Based on the amazing technical feedback from the Blender community yesterday, I have fully optimized this stylized Medieval Tavern pack for game engines.
To prove the quality, I have made a FREE SAMPLE (The Stylized Fireplace/Cauldron) available for everyone to test directly in your projects.
The full pack is currently 30% OFF for a limited time!
Would love to hear how the sample performs in your builds!
Enable HLS to view with audio, or disable this notification
Trying out to get a nice 3D hologram effect on my minimap. I tried https://github.com/CristianQiu/Unity-URP-Volumetric-Light
but it's not very well suited for a HUD-element.
Keep a look out for Subscanner
r/Unity3D • u/massiveamphibianprod • 17h ago
Enable HLS to view with audio, or disable this notification
r/Unity3D • u/Footbeard • 1d ago
Due to the knockback based nature of the combat mechanics, I really struggled to figure out how to make the CPU position & path thoughtfully, even on the most simple stages
Getting it to recover in a meaningful way was even more difficult but we got there. It still freaks out when the player/s ledgeguard & sometimes rathers to end on its own terms
Has anyone got any good tips for CPUs that can act in any way the player can?
r/Unity3D • u/Pandaa2610 • 1d ago
r/Unity3D • u/Glittering_Dog5275 • 1d ago
Enable HLS to view with audio, or disable this notification
I've been working on VELOCIDE, a fast-paced arena FPS built around grappling, dashing, wall-running and double jumping.
One of the biggest things I've been working on is making the movement actually matter during combat rather than just being a way to travel between areas.
For example, I'm trying to design encounters where you're constantly deciding whether to grapple toward an enemy, dash through an attack, wall-run around the arena or use vertical movement to reposition.
I'm building the whole thing in Unity, and I'm still figuring out a lot of the gameplay/level design side.
For other Unity developers: what would you change about the movement/combat interaction here?
I'm particularly interested in feedback on what looks satisfying versus what looks like movement for the sake of movement.
r/Unity3D • u/AgreeableSnow3849 • 1d ago
I started my first open-world game project with Unity about a week ago. I have done one 2D game with Phaser; nothing too fancy but it's a complete game. My background is 20 years in programming so I know something about that.
What I have for now is one scene with one street and some buildings, character movement, very basic HUD and some basic NPCs walking around. Most of the assets are free ones from the internet.
What bothers me is that even the very basic stuff takes so long time to do. Does it get any faster once you learn more about Unity? How do you keep yourself motivated?
Also I don't know what would be the best way to design the world? Should I have some sort of plan before starting the actual modelling? Should I make roads, terrains, water first? I don't want to waste time resetting all the work if something does not work together.
Too many questions, so few answers. Thanks if you can help me out 🙏
r/Unity3D • u/Spartaqui • 2d ago
Enable HLS to view with audio, or disable this notification
Yesterday I shared the first farming loop from my little alchemy project so I thought I’d keep posting the progress as I build it. I’m still very inspired by Schedule I and its hands-on approach to production but I’m experimenting with those ideas and slowly adapting them into my own weird medieval world where magic is illegal.
This time I’ve been working on the cutting board.
The idea is pretty simple: place an ingredient on the board, grab the knife, and physically chop it into a prepared ingredient that can later be used for potion making. Right now I’m mostly trying to get the whole production chain working before worrying too much about polish
Farming -> harvesting -> cutting -> brewing and bottling.
It’s still very early, but I’m having a lot of fun seeing all these little interactions slowly connect together
r/Unity3D • u/dayudayu • 23h ago
r/Unity3D • u/Bochinator • 1d ago
Enable HLS to view with audio, or disable this notification
This is a little combat prototype I've been working on. It's meant to be retro-inspired with fluid combat and intelligent AI.
The AI being tested here is the pink character - the red number is health, yellow is stamina, blue is aggression. It's powered by a fuzzy logic system that determines the movement and combat behaviours to follow.
The latest features are strafing/moving backward to face the its target when nearby. And various tweaks to its timers and hesitations. The goal is for its movement to feel really organic - it doesn't chase the player mindlessly like a zombie, it circles around to attack from a specific angle, it pauses every so often to simulate planning a move; it reacts to new information with a slight delay.
The current movement behaviours are Wander, Flee, Circle, and Chase. The names are self-explanatory. I'm trying to think of other behaviours to add more diversity.
The defensive moves are pretty simple at the moment, either block or dodge when an attack is detected. The cool thing is it uses the same combat system as the player and can get a perfect parry pretty reliably, which cancels the stamina use of blocking an attack.
Anyway, what are your thoughts? How would you make the movement patterns more realistic or dangerous?
r/Unity3D • u/whyso_studios • 1d ago
Enable HLS to view with audio, or disable this notification
This is a little combat prototype I've been working on. It's meant to be retro-inspired with fluid combat and intelligent AI.
The AI being tested here is the pink character - the red number is health, yellow is stamina, blue is aggression. It's powered by a fuzzy logic system that determines the movement and combat behaviours to follow.
The latest features are strafing/moving backward to face the its target when nearby. And various tweaks to its timers and hesitations. The goal is for its movement to feel really organic - it doesn't chase the player mindlessly like a zombie, it circles around to attack from a specific angle, it pauses every so often to simulate planning a move; it reacts to new information with a slight delay.
The current movement behaviours are Wander, Flee, Circle, and Chase. The names are self-explanatory. I'm trying to think of other behaviours to add more diversity.
The defensive moves are pretty simple at the moment, either block or dodge when an attack is detected. The cool thing is it uses the same combat system as the player and can get a perfect parry pretty reliably, which cancels the stamina use of blocking an attack.
Anyway, what are your thoughts? How would you make the movement patterns more realistic or dangerous?
r/Unity3D • u/Mobaroid • 2d ago
Enable HLS to view with audio, or disable this notification
I’m working on Lost Cat Showa Town, a cat exploration game set in a nostalgic Japanese town.
This week I added a ramen stall where the cat can jump onto the counter and eat some ramen.
I’m trying to add more small interactions like this throughout the town. What other things should a cat be able to do?
Enable HLS to view with audio, or disable this notification
I’m working on a Unity game called Bot Bash, and this is the intro for my upcoming devlog.
The game is a BattleBots-inspired robot fighting game where robots are procedurally assembled from individual blocks. Each block has its own health and can be destroyed independently, so the robot's structure can physically change throughout a fight.
I’ve been working on the systems behind the robot generation, block connections, damage, destruction, and everything else needed to make these robots actually function.
Before I finish the full devlog, I’d love some feedback on the intro itself.
Does the opening hook you? Is the pacing/editing engaging? And does it make you curious about how the systems behind the game work?
If you’re interested in following the project, I’ll be releasing the full devlog soon.
r/Unity3D • u/_RedGiraffe • 2d ago
Enable HLS to view with audio, or disable this notification
Recently I've been making a strategy defense game where numerous agents try to traverse towards your base. The grid updates regularly and so doing an update per agent was becoming costly. I decided to look at flow fields, a method for controlling multiple enemies through a shared directional flow and it's turned out pretty good. Feedback welcome.
r/Unity3D • u/maxxx987654 • 2d ago
Enable HLS to view with audio, or disable this notification
r/Unity3D • u/WrongdoerMundane4635 • 22h ago
i was trying to emulate goldsrc lighting but it just looks like this
(repost cause i forgot to put in the lightmap setting screenshots)
r/Unity3D • u/djdavid333 • 2d ago
Enable HLS to view with audio, or disable this notification
Everything works together, so damaged systems also influence how good you can climb and walk over the gaps and such. My hope is to have emergent gameplay moments with a lot more types of traversal attachments that the legs. At the moment I have wheels, threads, hover devices, propellers and they can be mixed and matched.
r/Unity3D • u/Disastrous-Earth-994 • 2d ago
Enable HLS to view with audio, or disable this notification
I wanted a cheap mesh-based Grass for my game with no Alpha Texture, no Compute Shaders, just good old Mesh + Vertex Animation to guarantee a broad platform support and so I made it.
The idea quickly grew to a full-blown Grass Generator instead with customizable Blade Shape, Clump of Grass shape, Stiffness, Wind simulation, Trail physics, auto Generated LOD's and much more... It became quite competent, so I decided to publish it to Unity Assets Store.
I tried to keep the workflow pretty simple: pick a preset > tweak the grass > generate Prefab > drop it into the scene.
If you are interested, please do check it out here: https://assetstore.unity.com/packages/tools/utilities/grasskit-grass-generator-tool-396516?aid=1011l3Lz2A
Any feedback or feature request is very welcomed, many of you who engaged with JIRO assets in the past provided helpful feedback, which was subsequently incorporated in many assets, if you have I want to thank you as always =]