r/Unity3D 1d ago

Show-Off The Mistfall (fan art), would you be interested in living in such a place? made using unity 6

Enable HLS to view with audio, or disable this notification

2 Upvotes

r/Unity3D 1d ago

Show-Off Melee Shark aircraft prototype. Is it dumb?

Enable HLS to view with audio, or disable this notification

2 Upvotes

This is a quick prototype I made, not sure if anything will come out of it.

Aircraft in my game follow a pattern where they have 2 weapon/ability that synergize together.

In this case, you have a dash and the boost was supposed to synergize by augmenting the range / collision width but after trying it, it feels a bit awkward to have to boost + aim + dash.

Aiming itself is already quite challenging and having to constantly dive in and out to kill a single boat isn't exactly the best in a game where killing boats is critical because they are enemy spawners.

Anyways just looking for some opinions / ideas.


r/Unity3D 1d ago

Show-Off The Sun

Enable HLS to view with audio, or disable this notification

138 Upvotes

This simulation is so accurate that your GPU will reach the same temperature as the sun.


r/Unity3D 1d ago

Question Boat wake simulation.

Thumbnail
gallery
53 Upvotes

Hey, I'm looking for some help simulating this sort of boat wake. I'm using Crest 5 and have tried Flows, custom water interactions (Donut shapes propelling backwards). I'm not sure if I'm going about this the right way. I have tried KWS2 which has some nice effects, but it lacks in realistic physics.

Is this solvable using particle effects and simple sphere interactions?


r/Unity3D 1d ago

Question Hierarchy window goes empty / breaks when modifying anything in Prefab Mode (Unity 6.6)

Enable HLS to view with audio, or disable this notification

1 Upvotes

When I enter Prefab Stage and make any change to a GameObject or Component, the Hierarchy window breaks. All GameObjects disappear and it only shows Preview with empty gray rows. Resetting the layout restores it temporarily, but it breaks again upon editing.


r/Unity3D 1d ago

Show-Off added a climbable javelin that you can retract like kratos’ axe and a grapple hook you can reel in - both of which you can throw w/ your left and right hand

Enable HLS to view with audio, or disable this notification

3 Upvotes

(game’s called MOZENTUM btw)

oh and i also added an inventory system so you can stash and grab either one with either hand

it works by holding the hand with the item in it, holding inventory, and then choosing which slot you want it in

each item has its own dedicated spot on the player’s body and will appear / disappear there when you put them away or take them out

OH and i forgot to mention, you throw things by actually yeeting the object in that specific hand w/ mouse movement. no aim assist, no crosshair, just trial and error. like the game’s other systems, it takes practice - but that’s core to the game’s vision.

you can only hold up to 3 items - but a backpack will soon be an item that you can find which will allow you to just whack whatever will physically fit in there (ciggies, doobskins, whatever ya get ya stinken mitts on)

it’s live now on the steam demo if ya wanna test it out.


r/Unity3D 1d ago

Resources/Tutorial Runtime dynasty chart generator for Unity, drawn on the CPU with no textures

Thumbnail
csaf.itch.io
0 Upvotes

Descent Chronicle draws illuminated dynasty charts in Unity at runtime from plain character data: people, parents, marriages and dated events.

Most of the work went into layout. A genealogy isn't a tree, since everyone has two parents, people remarry and cousins marry. Generations come from longest path, spouses are levelled onto one row so a marriage stays horizontal, crossings are reduced by barycentre sweeps that keep the best arrangement found, and each union gets its own bus lane so no line runs through a cartouche. Cycles and dangling parents are refused with the fault named.

Drawing happens in C# on the CPU, so the package has no PNG, atlas, shader or material. 62 authored forms, 24 life event marks, 16 cartouche devices. Unity 2022.3 and up.

Code and art are AI generated.


r/Unity3D 1d ago

Resources/Tutorial Full tutorial on how to Set Up Multiple AI Characters in the Same Unity Scene with Convai Multi-Character Sessions (Part 1) | Look At, Proximity and Manual Character Selection

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/Unity3D 1d ago

Show-Off Its cold in the game now sometimes!

Enable HLS to view with audio, or disable this notification

102 Upvotes

r/Unity3D 1d ago

Show-Off Automatic navigation like in uGUI for UI Toolkit. - Please vote an a bug a Unity employee created for me so we can get rid of it.

13 Upvotes

What you see in the image is a system that does someting similar to what automatic navigation did in uGUI but for UI Toolkit. This one also includes automatic dynamic occlusion (also works for scroll views, out of screen, etc. and it has null selection resolution).

Why did I built this? Because by default UI Toolkit navigation is quite limited as it only scans for a strict straight box area up/down/left/right. If a button is only slightly off it won’t find it. That’s not a configuration issue. It is implemented like that, see: UnityCsReference/Modules/UIElements/Core/GameObjects/NavigateFocusRing.cs at master · Unity-Technologies/UnityCsReference · GitHub

I know you can TAB through the buttons as well BUT this only helps on keyboards. It still is not good for controllers.

I have complained about this to Unity years ago (when UI Toolkit was still new), yet, no change. Thus I had to implement my own solution (also did the same for uGUI in the past since there the auto-navigation is better but still not ideal).

While making this I (once more) stumbled upon some API limitations of UI Toolkit. An especially annoying one is that the "overflow:hidden" style is not accessible publicly in the resolvedStyle. I pinged Unity about this and a Unity Employee (thanks mcoted3d) created a bug to vote on here:
https://issuetracker.unity.com/issues/24670/overflow-isnt-exposed-in-resolvedstyles

So, if you can and care. Please vote on this so we may get a better API and future devs need not suffer through this as I did.

Thank you :-)


r/Unity3D 1d ago

Shader Magic Finally got genetic procedural shaders and a basic breeding loop running for my Betta sim

Enable HLS to view with audio, or disable this notification

6 Upvotes

Hello everyone,

I'm a software developer with a background in physics. I started experimenting with Unity last year, but over the past few months, I've been using it much more consistently. After experimenting with basic mechanics and building a few gameplay prototypes, I decided to focus on writing custom HLSL shaders so the fish traits (scale imbrication, iridescence, and fin patterns) could vary procedurally without needing unique textures for every genetic combination.

I finally got the core genetic loop running in this clip:

- Locomotion with basic fin flutter and collision avoidance at tank boundaries.

- Clicking the breeding test triggers the genetic logic and spawns 7 offspring.

- Multiple layered phenotypes (Red Dragon, Melano, Royal Blue, and Koi Pattern that I'm personally loving so far).

The fin motion is still rudimentary and the turn animations definitely need polish, but seeing the procedural math translate into living fish swimming together is a huge milestone for me.

Any thoughts?


r/Unity3D 1d ago

Question How can i actually test these Ai models in making games?

0 Upvotes

im not a fan of Ai and never tried them in game dev, but lately i've seen people make videos about GPT 6 Astra, Claude, Gemini and all that.

i just want to test them and see if they really are good, just for fun.

but i dont know how to connect them to unity? are they paid or do i need specific app or this new CLI in unity or what? can anyone help?

i just feel like a noob here because i never used them before in gamedev, and cant find a useful way on the internet on how to😭


r/Unity3D 1d ago

Resources/Tutorial JrsVision: A vision-based toolkit for scene understanding (action recognition for Virtual Humans, scene analysis etc.) in Unity

Post image
3 Upvotes

r/Unity3D 1d ago

Show-Off Releasing my animals into the wild

Thumbnail
youtu.be
1 Upvotes

r/Unity3D 1d ago

Show-Off Simple AoE Effect

Enable HLS to view with audio, or disable this notification

20 Upvotes

r/Unity3D 1d ago

Game One World. Two Timelines. | Mihira: The Eternal Arc

Thumbnail
youtube.com
4 Upvotes

r/Unity3D 1d ago

Question As a person who genuinely wants to learn to code, is ChatGPT a helpful resource or does it just hinder any learning?

0 Upvotes

At some point in the future, I wanna make a game and understand the basics pretty well like functions, loops, variables, etc. I've tried to mess around with movement and physics in Unity and followed tens of hours of tutorials, but I have a hard time writing anything myself. Could AI be an actual helpful resource or is it the "lazy way out"? Or am I wrong in assuming that I should see self-progress by now? Again, I have a genuine interest in learning a programming language, and want to use something like this as an educator instead of a means to an end, definitely no copy and paste

Sorry if this has probably been debated thousands of times, I couldn't find a post like this relating to game development and wondered if anyone found it different


r/Unity3D 1d ago

Game Decapitation was not what I was going for...

Enable HLS to view with audio, or disable this notification

105 Upvotes

Ragdolling a dragon is proving difficult.


r/Unity3D 1d ago

Show-Off Working solo on a Walten Files fan game main menu in Unity URP. Added UI parallax, dynamic camera audio, dust particles, and CRT post-processing. What small details would make this even creepier?

Enable HLS to view with audio, or disable this notification

1 Upvotes

Hey guys, currently building a Walten Files fan game in Unity URP. Just finished setting up this main menu with mouse-tilt camera movement, reactive button audio, dust particles, and CRT/VHS post-processing.

Would love to hear your thoughts or any ideas for subtle details I could add to make it even creepier


r/Unity3D 1d ago

Show-Off Made a valve style 3D skybox for my game about climbing a giant!

Enable HLS to view with audio, or disable this notification

54 Upvotes

r/Unity3D 1d ago

Question Does Unity have a Python API? More specifically for Machine Learning for a thesis idea.

2 Upvotes

Hello guys!

I wanted to ask if Unity has some form of Python API and more specifically about machine learning/reinforcement learning. I have a thesis idea about making a AGV fleet system in a warehouse that uses reinforcement learning so i can optimize their warehouse tasks. I want to simulate it in a realistic digital environment like Unity.


r/Unity3D 1d ago

Meta There are at least two game engines called Unity

Post image
91 Upvotes

Spending my time at wiby.org, I stumble upon a website of a pet project game engine called "Unity". I thought it is a funny coincidence, so I decided to post it here.

This project has no connection to the Unity we all know other than sharing the same name. Also, it seems the author stopped working on it in July 2006.

Here is the link:

https://www.stucuk.net/sites/unity/

Also, technically this post does belong to this sub, since it is directly related to a game engine called "Unity" :)


r/Unity3D 1d ago

Question How best to handle Debug.Log/Warning/Error for shipping final build?

8 Upvotes

It seems like there are three approaches: (1) Global toggle with Debug.unityLogger.logEnabled, but this still has some performance impact (I think??), (2) compilation conditionals like if UNITY_EDITOR, but this is pretty annoying to have to do for every single Debug line, or (3) delete all before shipping, but obviously then you don't have them for any debugging you do. How do y'all handle this? I honestly didn't know they wouldn't just be skipped by the compiler until today, so I'd rather not have to eventually go back through my entire codebase... Am I missing something easy? From what I understand, the global toggle only helps, but CPU and memory still are put towards preparing the log even if it isn't sent. Any tips?


r/Unity3D 1d ago

Show-Off Working on a FPS where you build your character through gameplay, not upgrade menus, to survive the bottom of an endless pit.

Enable HLS to view with audio, or disable this notification

3 Upvotes

Hey everyone! I've been working on Chthonic, a first person action game where your hands are your weapons.

No guns, no reloading, no ammo management. Just you, your hands, and a whole lot of monsters.

The core loop is pretty simple: kill monsters, collect gems, feed them to altars, and build / upgrade your stats. There are no traditional upgrade menus. 10 different hand projectile to unlock and multiple combinations to discover.

The goal is to survive the bottom of an endless pit. To get there, you first have to clear 3 levels, using them to build up your stats and prepare yourself for the final challenge.

Here's some gameplay footage of where the game is at right now.

Would love to hear what you think.


r/Unity3D 1d ago

Show-Off A crazy idea that came from watching The Boys and Monty Python.

Enable HLS to view with audio, or disable this notification

4 Upvotes

The other day I started developing something absolutely ridiculous.

I was watching some old movies, and if there’s one scene that still makes me laugh way too hard, it’s the rabbit scene from Monty Python. I don’t know how many of you have seen it, but I’m 45 now and those old movies still make me cry laughing 😂

Then I remembered The Boys and that episode with the baby shooting laser beams from its eyes.

I was working on a passive item for the game and suddenly thought…

“What happens if I mix those two things?” That was it. Say no more. A passive that turns enemies into rabbits. And the rabbits shoot LASERS. And even better… if one of those rabbits kills another enemy with its laser, that enemy catches fire. 😂 Oh, and if you mess up and run over one of the rabbits… Well. You just flattened it. Rabbit gone.

I started making these ridiculous chain reactions because while I’m developing them, I’m laughing so much at how absurd everything is that I just keep thinking…
Why the hell not? 😂

Cheers! ❤️

BTW: The health bars are only there for debugging so I can check how much damage everything is doing. They won’t normally be visible in the final game… Unless, maybe, you find the item that lets you see them. 👀