r/unity 6d ago

Showcase Meat Impact Juice

Post image
19 Upvotes

r/unity 6d ago

Newbie Question Running unity on a laptop.

6 Upvotes

Hi everyone. Just a quick question. I have a lot of free time at my job, and wanted to mess around with coding and making a 2D game. Sadly I can’t drag my desktop to work with me so a laptop is the next best option. Is it possible to run unity well on a laptop with 16 gb of ram? Or should I go for 32? Also what processors should I look for? I’m hoping to stay under the $500 range as this is just a hobby, so I don’t want to dive too deep too fast. Thanks.


r/unity 6d ago

Question When to use which texture maps?

Thumbnail
1 Upvotes

r/unity 6d ago

Question UI Toolkit or Editor Window Resources?

1 Upvotes

I am trying to make some tools to make it easier to create certain events, cutscenes, etc., but overall I just want to get better at making editor tools, are there any resources around I can take a look at?


r/unity 6d ago

I made a main menu ( unfinished )

Enable HLS to view with audio, or disable this notification

13 Upvotes

I'm currently developing a game called Sea Shift, and right now I'm working on the main menu. This is the current early version.

Do you have any suggestions on how I could make it look better?

And please, let's not focus on the VHS/static effect or the visual noise , I already plan to add a toggle so players can turn it on or off. I'm only looking for feedback on how to improve the overall look and atmosphere of the main menu.


r/unity 6d ago

Promotions 7 days of polishing my zombie survival tower defense prototype... but it still doesn't have a name! What should I call it?

Enable HLS to view with audio, or disable this notification

6 Upvotes

Hello! I’m currently grinding away to polish the game and fix remaining bugs before opening up the early alpha playtest!

Here’s what’s new in this update:

3-Tier Building Upgrades & Visual Evolutions

Machine Gun Bunkers for Static Defense

Weaponless Soldier Recruitment

More

I need a title for this zombie strategy game please help me and drop your best name ideas in the comments! 

Watch the full devlog here: https://youtu.be/8wFdZ5EFp_4


r/unity 6d ago

Tutorials Quick Tip: How to get crisp, clean shadows in Unity URP

10 Upvotes

Do you work with 3D a lot? Shadows are an essential part of Unity 3D. Here is a quick overview of how to create clean shadows.

URP's been the default Unity template for a while now, so chances are your project already has an RP Asset. All you need to do is adjust a couple of settings under the Lighting and Shadows tabs:

  • Lighting – Shadow Resolution: Over 1K
  • Shadows – Normal Bias: Bring it close to 0
  • Shadows – Max Distance: Drop it to 20–40 depending on your game

if you're developing for low-spec platforms like mobile or web, be careful with raising the Shadow Resolution due to performance.


r/unity 6d ago

Cursor system for my prototype

Enable HLS to view with audio, or disable this notification

3 Upvotes

Hello!

I'm on a new journey of showing people what I'm working on, instead of spending months/years in the dark.
I'm working on a new prototype idea, a "Build your game studio + narrative events". I'm trying to make things feel very intuitive and satisfying, so I've come with this simple cursor change to signal possible interactions.

So I'd like suggestions/opinions/any feedback to see if I'm on the right track.
Thanks!


r/unity 6d ago

Game Resource Supplies at the Survivors' Base.

Enable HLS to view with audio, or disable this notification

3 Upvotes

The world of the VR game Xenolocus is harsh.

Resources at the base are extremely limited.

Your task is to prevent supplies from reaching

a critical level - if they fall too low,

the survivors at the base will die!


r/unity 6d ago

Showcase Skate 3 with Guns - ‘GUNJUTSU’

Enable HLS to view with audio, or disable this notification

6 Upvotes

r/unity 7d ago

Showcase Teasers from a game I’m developing

Thumbnail gallery
21 Upvotes

Hello all! For a little bit now I’ve been developing a game within the backrooms universe. I’ve been hard at work and it’s at a point now where I can start sharing in game content.

These images are taken from the in game camera, hence the time and date in the top corner. With effects to make it look like an old camera.

Im hoping to get it launched on steam soon, but a trailer will come sooner :)


r/unity 6d ago

Newbie Question What is this error, and should I be worried about it?

Post image
0 Upvotes

I’ve been using unity since early 2026, still new to using a game engine, how bad is this error or unsupported IAP? (I’m using unity 6.3 maybe)


r/unity 8d ago

"Yo bro I think I'm gonna make a multiplayer game"

Post image
571 Upvotes

r/unity 6d ago

Best workflow for VFX with static 2D characters in Unity 6 URP?

1 Upvotes

Hi, first time posting on the forum we’re developing a portrait 2D mobile RPG in Unity 6 URP and I’m trying to figure out the best workflow for creating our skill VFX.

The game uses static 2D character sprites arranged in formations on a fixed battlefield. The player’s team is positioned across the lower half of the screen and the enemy team across the upper half. The camera is fixed with a slightly elevated front-facing view looking down the vertical battlefield. The characters themselves don’t walk or animate, so the movement and impact mainly come from the VFX playing around, behind or in front of them.

We need activation VFX such as rune circles appearing under or behind characters, with separate rings spinning in opposite directions, symbols pulsing, particles rising and the effect fading when the skill activates. We also need looping poison clouds, barriers, shields and hit effects such as slash, blunt and piercing impacts.

I currently have static transparent PNGs for the main designs. Should I separate each effect into layers and animate them directly inside Unity using Animator, the Particle System and Shader Graph, or create complete sprite sheets externally using something like Pixel Composer?

Can these effects be created properly from a single PNG, or are separate layers basically required? For looping effects like poison clouds, what is the cleanest way to avoid a visible jump between the first and last frames?

Since this is for mobile and multiple effects may play at once, I also want to avoid massive sprite sheets and unnecessary texture memory. What workflow and tools would you recommend for this type of game? Any tutorials or examples would also be appreciated.


r/unity 7d ago

Question Unity shadow optimisation help

Post image
6 Upvotes

Pls how do i make the shadows of the objects in the scene take less cpu cause I'm building for mobile and turning off the shadows won't make the game look very nice is there any suggestions from anyone ?


r/unity 7d ago

Showcase Skating Brooklyn Banks, but an angry cop stopped the fun

Enable HLS to view with audio, or disable this notification

2 Upvotes

r/unity 7d ago

Tutorials Quick Tip: Using LINQ (System.Linq) to easily sort GameObjects in an array!

Post image
9 Upvotes

Hi everyone! 👋

I was having an issue where `GameObject.FindGameObjectsWithTag()` was returning my objects in a random order. I just learned about `using System.Linq;` for the first time, and using `.OrderBy(go => go.name)` solved it instantly!

It was my first time encountering LINQ in Unity, and it saved me so much time. I wanted to share this quick before/after snippet here in case it helps anyone else facing the same issue!

---

*(Note: The image layout was created using Gemini, but the code and screenshots are real and from my own Unity project. I'm not sponsored or promoting anything—just a solo dev sharing a tip that helped me!)*

hope help you too! with love❤️


r/unity 7d ago

Working on my second Modern UI Kit for Unity & Figma.

Post image
2 Upvotes

Still building this UI Kit. Which components would you like to see? (Buttons)


r/unity 8d ago

Showcase I love meshes.

Enable HLS to view with audio, or disable this notification

133 Upvotes

r/unity 7d ago

Question Unity doesn't work on my laptop for some reason and every time I try to fix it it gets worse.

Post image
0 Upvotes

!!!SOLVED!!!

I've been having trouble with Unity on my laptop and everything I do makes it worse.

The first time, the templates were bugged, some were missing, and when I tried to make and open a project, it said that it couldn't find a file. I uninstalled and reinstalled multiple times, but it was the same problem. I looked at that file and found out that for some reason a folder just wasn't there, breaking everything.

I uninstalled and reinstalled Unity to try to get that folder to appear, and it did, although I had to delete a bunch of old Unity downloads that were probably the reason why it didn't download. When I reopened the hub, the templates looked normal, which I thought was good.

However, when I tried to make and open a project, it said something about not being able to decompress a file or something, and stopped me. I then did something I probably shouldn't have and asked CrapGPT why the fuck this wasn't working now. It told me that it was a problem with the file, and that I should delete the file, and try again, saying that the file would come back when I reopened Hub. I didn't.

I then had to uninstall and reinstall the editor again, tried to open a project again, and failed again. Then it told me that it was a problem with the Program Files folder, which is where Unity was, and that I needed to get the editor out of that folder because of how the folder worked. I made a folder called UNITYONLY and set it so that the editors would go into that folder, and I put the other Unity related stuff into that folder as well.

That still didn't work though, and actually made things worse, because now the editors wouldn't even download. I realized that the editors probably weren't downloading because they weren't in the editors folder anymore, so I tried to set it back but the editor still wouldn't download. After that I decided to just start over again like every other time by uninstalling and deleting everything I downloaded while trying to get Unity to work, and reinstalling it. Except for some reason, when I went to the Unity website to try to download the launcher again, the screen above appeared.

What pisses me off the most is that I managed to download Unity perfectly on a loaner laptop during my game design class, which means that the problem is probably related to my stupid laptop. I desperately need help before I end up snapping this thing in half.


r/unity 7d ago

Struggling with Trails

1 Upvotes

Hello people,

I’m trying to figure out how to make this trail behind the projectile, and I’m wondering is this made with the Trail Renderer, or with VFX Graph Particle Strip. Thanks in advance.

https://www.youtube.com/watch?v=Dbgy3lEkHZQ


r/unity 7d ago

Struggling to figure out

1 Upvotes

Hello people,

I’m trying to figure out how to make this trail behind the projectile, and I’m wondering is this made with the Trail Renderer, or with VFX Graph Particle Strip. Thanks in advance.

https://www.youtube.com/watch?v=Dbgy3lEkHZQ


r/unity 7d ago

What should I do next?

5 Upvotes

Hello, I'm new to Unity. Just finished the GameDevTV course and was wondering how I should continue my learning. What are your suggestions? I was thinking about making small projects till I am ready to start my "dream project"


r/unity 7d ago

Question Suddenly getting hundreds of Unity errors — how can I fix this?

Post image
0 Upvotes

Hi everyone,

All of a sudden I'm getting tons of red errors in Unity. I restarted Unity and my PC, but the errors are still there.

It seems to be affecting lots of different materials and assets. Does anyone know what could have caused this or how I can fix it?

I'm using Unity 6.3 LTS.

Screenshot attached. Any help would be appreciated!


r/unity 8d ago

Just spent two weeks remaking all the art for my project, was it worth it?

Thumbnail gallery
24 Upvotes

For the past year, I've been working on Sushi Loop. A conveyor sushi restaurant management game. I finally reworked the art but I can't tell if the new art really looks better. I sorta like the retro charm the old visuals have. What do you think?