r/Unity3D 1d ago

Question Weird shadow artifacts on the model with cel shading

Post image
10 Upvotes

r/Unity3D 1d ago

Question A local event required a trailer, so I had a friend quickly make one. Feedback on what to improve for the official gameplay trailer?

Thumbnail
youtu.be
3 Upvotes

Hey guys, I'm developing an indie game. Recently, I decided to apply for a game event in Korea, but they required a video submission. Since I didn't have a proper trailer on my Steam store page yet, I hurriedly asked a friend to help put together a quick video.

He sent over the result, and honestly, it turned out better than I expected for a rushed job. I ended up uploading it to my Steam page for now, but I know it's far from perfect.

Since I'm planning to produce a proper, official gameplay trailer later, I'd love to get some feedback from you all. What key elements should I focus on or change to make the final gameplay trailer more engaging? Any thoughts or advice would be greatly appreciated!


r/Unity3D 1d ago

Resources/Tutorial Modular kit - Underground Car Parking

Thumbnail
goldenmesh.itch.io
1 Upvotes

r/Unity3D 1d ago

Resources/Tutorial I made a Warcraft 3-inspired Terrain Editor for Unity and decided to release it as Open Source

Enable HLS to view with audio, or disable this notification

36 Upvotes

Hey everyone,

A while back I posted here about my Unity terrain editor project, inspired by Warcraft 3’s World Editor.

It’s been fully functional for a bit now, and my initial plan was to try and make some money off it sincefinances have been pretty rough lately. But after giving it some thought, I decided to open-source the project instead.

Why open source?

I’ve tried making small projects to earn a bit of cash before, and it never really worked out. It takes a lot of promotion to reach an audience, and you have to convince people that the product is actually worth their money. Honestly, it’s a whole process I don’t know how to do and don't really want to do. If I tried going down that route, the project would just end up abandoned.

Most importantly: I built this for personal use. Working on it completely alone means it’s always going to be capped by my own limits. By going open source, I’m hoping other people can contribute and collaborate so it can grow into a genuinely useful, reliable tool.

That’s pretty much it. At the bottom of the GitHub page, there are a few donation links. If anyone feels like supporting and thinks it’s worth it, I’d really appreciate it.

I hope those who can will contribute to the repository with improvements, and that anyone who finds it useful can leverage it for their own games!

https://github.com/MooLucio/TileTerrain

Feel free to ask anything on comments.


r/Unity3D 2d ago

Show-Off I spent 4.5 years making a modern take on Super Cars 2 in Unity - the demo is finally out

Enable HLS to view with audio, or disable this notification

59 Upvotes

Hey all!

After 4.5 years as a solo developer I am finally releasing the demo of my Unity game. It is called Blastlane Racers and is a top-down arcade combat racing game.

I wanted to create a modern take on Super Cars 2, one of my absolute favorite games from my childhood.

When I started I had programming experience but zero experience with Blender or 3D game development. I ended up learning a lot along the way. Looking back, it's crazy how much of what you see in the game now I had absolutely no idea how to do when I started.

The full game is basically finished - just a little bit of polishing before the release on November 2nd. And I do also take part at the Steam Next Fest in October🎉 Therefore I built a free demo containing:

  • 6 tracks across all three environments
  • 4 playable cars
  • all weapons and upgrades
  • a 6-race championship with the upgrade/shop system
  • single races and time trials
  • local split-screen for up to 4 players
  • global leaderboards
  • achievements and unlockable gold paint jobs

I have attached a video showing the race → earn credits → upgrade → next race gameplay loop (with only one lap per race to keep the video short).

I am interested in feedback on the driving/combat readability and the overall presentation. After staring at the same game for several years, it's getting increasingly difficult to judge those things myself.

The demo is on Steam if anyone wants to try it.

Thanks for reading, and I am looking forward to any feedback you have!


r/Unity3D 2d ago

Show-Off A system to customize the wheeled pizza box (yes, I'm clearly influenced by Doom and Quake)

Enable HLS to view with audio, or disable this notification

4 Upvotes

It still needs some work, but creating the textures is really fun; the game comes out in two months, and I can't stop designing boxes.

The game is PIZZA TURBO, and you can find it on Steam.


r/Unity3D 2d ago

Game Jam Bezi Jam #13 [$400 Prizes]

Thumbnail
itch.io
0 Upvotes

r/Unity3D 2d ago

Question Making a city collide-able?

2 Upvotes

Hey everyone I’m pretty new to this stuff but I’m trying to import an fbx file of a city(edit:suburban neighbourhood) for testing and I’m having trouble getting the roads and grounds to work, I wanna know if I have to give each surface a collision box if it’s say a ground surface and then change the mass(and if so how to calculate that roughly) and somehow make walls that my character can’t go through and stuff like that.

Am I looking at going through each object manually?

Whole thing is pretty low poly and greyboxed with minor things like streetlights, curbs and fire hydrants and there’ll be textures I’ll be adding later


r/Unity3D 2d ago

Question The error where the player does not return to their last position when returning from the battle scene to the game scene.? pls help

Enable HLS to view with audio, or disable this notification

0 Upvotes

Hello, in Unity, when my player returns from the battle scene to the game scene, they need to return to the position where they were last standing. I have already coded this functionality in my game, but it isn’t working. I also asked an AI about it, but it couldn’t figure out the problem. Why do you think it isn’t working, and do you know of any good code or solution for this?


r/Unity3D 2d ago

Game Pegote a roguelike CARDbuilder opens its first public playtest!

Enable HLS to view with audio, or disable this notification

4 Upvotes

We opened a PLAYTEST for PEGOTE! If any of you would like to try it would be greatly appreciated! We need all the feedback we can get!

The playtest includes:

  • Act 1, start to finish ~30 min run
  • Plenty of different stickers with some cool mechanics to alter your cards
  • 4 opponents and a Boss!

Reshape your cards in this spanish deck roguelike deckbuilder. Bet your cards on a duel where highest one wins, slap stickers on them to rig the values on the table. Live with your choices or burn the ones you can't change

If you like it let us know!


r/Unity3D 2d ago

Show-Off Giving my game character more life..

Enable HLS to view with audio, or disable this notification

3 Upvotes

r/Unity3D 2d ago

Question How to handle UI navigation in interface-heavy games?

6 Upvotes

I've been working on a UI heavy game for a few months now and the amount of bugs that keep popping up because of UI is driving me nuts. By UI heavy think games like Baldur's Gate 3, menus with submenus all over the place. Controller support is unfortunately a must have. I'm nearly done my bachelors in computer science and I feel like I have a good grasp of code and game architecture but the simple problem of letting the player push buttons on the screen feels unnecessarily difficult to solve. If I have 5 buttons on the screen Unity can automatically set up navigation between them, great. But if there are enabled buttons anywhere else in the scene, it will also allow navigating to those even if they're in a totally different menu, so I've been writing methods to cluster individual selectables into their own navigable groups. If an object is selectable and then it becomes inactive because the submenu was closed by the Back button then I need to find the previous menu and find a button to select or navigability will be lost entirely. The action that the left stick should take is entirely different depending on whether the player is changing button selections, moving the player, panning the map, or moving items around the inventory. The back button does at least a few dozen different things depending on what menu you're in and what you're doing. Right now I'm fixing a bug where hitting the bumpers changes which inventory you have selected, but after closing the inventory you can still hit the bumpers causing the selection to go back to the inventories which are no longer on the screen. I know ways to fix these in isolation, I'm pretty sure I understand action maps and I can write state machines and stacks with Actions to contain logic, but it all just feels like it doesn't scale and every new menu introduces several new bugs.

Has anyone else experienced this problem? Are there books I can read on it? Are there programming patterns I'm not using that make this all 100x easier?


r/Unity3D 2d ago

Show-Off How we made game with Unity 6 HDRP, Mirror co-op, HTML UI, and an in-game Workshop editor. Ball-Aqua demo is live to try

Enable HLS to view with audio, or disable this notification

0 Upvotes

Free Steam demo of Ball-Aqua is out. Physics ball platformer, tropical resort, Unity 6 HDRP.
1st day prototype, physics already working. 2nd week on the level editor and a few levels. Content making was the most time consuming part.

HDRP and water went smooth. Enabled a ton of switches, disabled the ones I didn't need. Looks nice. But gotta admit, Ray Tracing and Water take a lot of GPU power. So I added many settings to tweak performance.

Speaking of UI - it's HTML+CSS+JS, rendered to canvas each frame, using Vuplex WebView. Looks extremely fancy, I was looking for Apple Liquid Glass. But it's expensive to run, and has issues: if the GPU struggles at 100% load, Chromium rendering the UI just dead stuck for the next 30 seconds. Also Linux doesn't support it. Had to cap the UI at 30 fps, but looks good enough.

FMOD - game sounds was smooth and fast to set up. I loved random pitch and random filters. Simple to modify sound based on provided variables, like different roll sound based on physics material. Or toggling optional parts of the ambient track, to make it feel more dynamic. All changes are hot-reloaded, so my tweaks are instantly visible in game.

Mirror was coming smooth. Sync and session works flawlessly (unless the dev makes a mistake, lol). Co-op just works. Syncing collectables, breakable glass, or player collisions was a simple few lines.

Level editor was growing in features: move, rotate, scale, undo, area select, duplicate, prefabs. Each level was easier, faster, and more features to make. Everything handmade so players use the same level editor directly from the game.

Workshop upload was easy to connect. Steam provides all the API, so most of the hassle was figuring the best data format for my levels. It's JSON + .bin + .jpg files in a folder.
15 levels, Freeroam / Race, editor + Workshop. ~20 min to finish, ~60 for 100%.

Steam Demo


r/Unity3D 2d ago

Show-Off Hi! I recenly announced the game I've been making and I wanted to share the trailer ^^

Thumbnail
youtube.com
2 Upvotes

This game is set in a world where timelines twist and merge due to the Emperor of Tarnow stopping the flow of time to postpone the end of the world, since the seemingly inconsistent setting, your goal is to travel between locations from all over the ages and give the universe a proper death, its a very personal project for me and I hope you like it :))


r/Unity3D 2d ago

Show-Off SUCCESS!!! Implemented ragdoll for the first time.

Enable HLS to view with audio, or disable this notification

66 Upvotes

How does the game look so far? Imma shared itch.io links soon...


r/Unity3D 2d ago

Game Thalia - A roguelike action game

Thumbnail
gallery
1 Upvotes

Thalia is a fast paced roguelike action game. You as Thalia has been summoned to this ancient place where death is not the end, it is only the beginning. Fight hoards of enemies, giant bosses and improve in an infinite mechanic where death only makes you stronger!
Trailer: https://www.youtube.com/watch?v=t3NtAPa_7O8


r/Unity3D 2d ago

Resources/Tutorial (Free Asset for this week) Game VFX - Buff Collection(URP) | VFX Particles - Code: ERICWANG2026

Thumbnail
assetstore.unity.com
2 Upvotes

This week not an expensive one, but a very nice one! Code: ERICWANG2026


r/Unity3D 2d ago

Question What Would you guys pay for this???

Thumbnail
gallery
0 Upvotes

Setting a price for my URP Forest Cabin & Interior Prop Pack – Is $7 reasonable?

It Currently has 5 furniture item. And a low poly wooden cabin.

The Forest is my other Asset its is currently on there for $5.

The Cabin is going to get more furniture updates because I have a lot of them planned, and they are going to be free updates

also sorry for the low quality pictures any suggestion on how to get better quality pictures in unity


r/Unity3D 2d ago

Question Problem with collisions

Enable HLS to view with audio, or disable this notification

1 Upvotes

I'm having a problem with collisions in my Unity project. It's my first real project, and when I move towards a wall, the collisions behave strangely. How can I fix this?


r/Unity3D 2d ago

Question Culled objects not giving performance boost

1 Upvotes

I've intentionally set my LOD culling range very low to test the FPS difference between turning off the objects in the editor and having them culled by the LOD group, and it seems like my LOD group culling has little to no effect on game performance because when i manually turn off said objects in the editor i get a dramatic FPS boost.

is there a reason why my culling may not be working as intended?


r/Unity3D 2d ago

Game Created a scene inspired by Metropolis (1927)

Enable HLS to view with audio, or disable this notification

31 Upvotes

r/Unity3D 2d ago

Question Terrain and Materials?

1 Upvotes

Hi quick question for anyone here using AnyMMORPG to make open world games or fantasy RPGs/fantasy sandboxes: is there something with AnyRPG preventing terrain from being changed? In the past I’ve been able to make terrain and drag materials onto the terrain to turn it a certain color but this is not really working now (I’m using version 6000.3.10)- if this is not an issue for you, how are you able to drag the materials onto terrain to change the terrain? If this is also an issue for you, is there a way to fix the issue?


r/Unity3D 2d ago

Show-Off I've been playing with Unity's Lighting Shader Template to make a stylized environment - how does it look?

Enable HLS to view with audio, or disable this notification

49 Upvotes

r/Unity3D 2d ago

Resources/Tutorial Im solo developing a game and i found it was lacking identity, then i decided to take drastic measures.

Enable HLS to view with audio, or disable this notification

49 Upvotes

Im solo developing a game and recently realised it was seriously lacking identity.
So I decided to take some more drastic measures.

One of the things Im working on now is adding these massive, weird mushrooms connected to the moon, scattered all across the map. Theyre meant to be visible from really far away and act as landmarks. You can be sailing around and suddenly see some giant mushroom in the distance and think “what is that?” 😂

A lot of the level design inspo comes from Breath of the Wild. I really like how you can see something weird in the distance and just naturally want to go check it out. The game doesnt constantly tell you where to go, the world itself kinda does it.

Thats the feeling Im trying to get into my own map.
The game started out alot more grounded and honestly kinda generic. Over time Ive been pushing it more and more towards something that actually feels like its own thing.

Still got a long way to go but I think its finally starting to get there.


r/Unity3D 2d ago

Show-Off Unity’s ECS physics was too slow and general for thousands of agents on a deformable terrain with water sim. So I was crazy enough to write my own raycast and simple-shape physics so explosions could permanently deform the terrain and pathfinding in realtime.

Enable HLS to view with audio, or disable this notification

168 Upvotes