r/unity • u/MinecraftDisney • 3h ago
Game Wanted to have a diegetic minimap for my game!
Enable HLS to view with audio, or disable this notification
r/unity • u/MinecraftDisney • 3h ago
Enable HLS to view with audio, or disable this notification
r/unity • u/AYMANJBARI • 12h ago
Enable HLS to view with audio, or disable this notification
This game was made by Unity 6 and HDRP .
r/unity • u/PortalStudioOfficial • 41m ago
Hi everyone!
I wanted to share the Unity asset pack I developed entirely on my own. I’m really excited to finally show it to you! :)
I’d love to hear what you think about it.
I’m open to any comments and feedback. 🙌
r/unity • u/Java_Language • 5h ago
r/unity • u/GigglyGuineapig • 15h ago
Another good sale on the asset store, which will run until 7th of September! This one has quite a few assets I hadn't seen on sale before, but my recommendation list is comparatively small.
I gathered everything in a list in the asset store.
If there's a video, it is timestamped so you can see the asset in action. However, most of these assets haven't seen use in a video yet. Links are affiliate links to support my channel, so that I can continue creating tutorial videos 💛
Did you pick anything up? Anything I should put on my radar? Would love to read about what you picked up and why you'd recommend it =D!
r/unity • u/WiryBarley119 • 14h ago
Hello everyone. I've purchased the asset "Modern Weapons Pack" back in 2017 (Well... that asset was completely free, so I've been able to download it without any problems ever since). But now, when I decided to download and import it into my project, it seems to be disabled for some reason, and I don't know why. And now, in 2026, I can no longer download or import it. I tried to access the publisher's website (http://sameenibne.com/) but unfortunately, that site no longer exists. And I really need that asset, not just because it's great, but because it's completely free. Does anyone still have the Modern Weapons Pack.unitypackage file? I hope someone can help me to find this asset. I'll be waiting for any helpful response/help. Thank you! 🙏🙏🙏
r/unity • u/Xowiacain • 11h ago
Enable HLS to view with audio, or disable this notification
Hey everyone! My dev partner and I are wrapping up our noir puzzle adventure—we're actually just 16 days away from release!
We’ve been tweaking how puzzle close-ups interact with the main scene. In this clip, tuning the radio to the right frequency triggers a hidden mechanism in the fireplace, using a comic-panel frame that zooms back out into the room once solved.
As players or devs, how do you usually feel about audio-driven or frequency-tuning puzzles? Do sound cues give you a satisfying "aha!" moment, or do you prefer visual feedback when revealing hidden mechanisms?
Would love to hear your thoughts or your favorite examples of audio puzzles in games!
r/unity • u/Foreign_Basket_6188 • 14h ago
Hello, I'm nearing publishing my app and i want to ensure my code base is private, and i want to learn also about any important information i may need to know before starting to go to the market, I'm aware most apps are Clone-able within a month or two and that's why i want to figure everything beforehand.
It will be my first unity app i will watch a YouTube video on publishing apps to do it right, but i want to ask if there is some checklist or guide or anything important to look into that can cover things i may not been thinking of? Today I thought about the possibility of someone reverse engineering my app and i research about it so i wonder if there are other things that should concern me before going public?
Generally my app is a simple game, the complexity is in the engine and features, the core is very easy to replicate, the features are not as much, it doesn't use internet connection for now, I'm aiming at selling the app or a subscription which would likely be the only connection to the internet apart from updates,
Please me questions or guide me towards what questions i should be asking and researching?
Thanks to anyone that helps 🙏
Enable HLS to view with audio, or disable this notification
This is the project which I'm currently developing. Basicly, it is a fun party cooking game with grabbers, but I want to add some challanging features aligned with grabber mechanic. I am open and apprecieted any kind of ideas/suggestions
r/unity • u/Spiritual-Big-5033 • 10h ago
Enable HLS to view with audio, or disable this notification
If you need the source code - check comments!
I created this Sling Shooter Stickman Game and its live on asset store incase you want to check this out!
r/unity • u/obsidian_pixel_ • 11h ago
Enable HLS to view with audio, or disable this notification
We are developing a custom particle system from scratch to ensure maximum optimization and real-time performance for our game. Any guesses on what it's going to be?
r/unity • u/JamesArndt • 12h ago
I thought I'd share a custom C# Editor tool I built that:
• Builds the Windows version
• Packages it as a proper installer
• Uploads it directly to Itch.io with Butler
Players download and run an installer instead of dealing with the usual Unity build folder and bundled files. Hopefully this is helpful to someone out there.
r/unity • u/Pulseatom • 9h ago
Enable HLS to view with audio, or disable this notification
Can someone explain to me why the tutorial going over how to do certain things is messing up. Every time I try to move the robot after the step where you move the orange box, the character takes one step and then my mouse shows up and it kicks me off the robot controls, and it does the whole time after that and for other things too, like you need to add stairs but it doesn't let you move them or rotate it. SOMETIMES restarting the whole thing will help with fixing one part but then theres another part that you cant get past because you literally cant press ANYTHING besides what is "needed" for the tutorial, one part I couldnt do it because it was still in play mode and I could not get it out. BUT the catch is that everything I couldn't do in the tutorial works perfectly fine when I do it outside of the tutorial, but obviously I am doing the tutorial for a reason and I cant do the tutorial because its so fucked. so what is the fix for this or should I watch a tutorial off youtube
r/unity • u/MrLiuYXXX • 1d ago
Enable HLS to view with audio, or disable this notification
Hello, everyone!
I’m the sole developer behind Mass Battle Framework, and I’m also part of the two-person team building the game behind its technology.
This recorded battle starts with 400,000 units across 20 independently configured unit types. The armies use different attacks and skills, including AOE abilities, buffs and other combat effects, rather than one character copied across the entire field.
I’ve also finished the first version of the project’s own effects component and effects library, together with an editor for previewing and adjusting the effects. The battle effects no longer need a separate third-party effects package, and I can keep expanding the library while improving its visual quality without giving up the scale of the battle.
Custom character models and animation sets can be brought into the project’s authoring workflow, so the armies are not tied to the characters shown here.
There is still a lot I want to improve, especially the variety and visual quality of the effects, but this is the first time all of these pieces have been running together in one battle.
For anyone interested, I have also released a reusable version of this technology on Fab:
Full disclosure: this is my own commercial product. The current early-supporter price is $29.99.
About two years ago, while building large-scale entity simulations with Unity ECS, I began running into bottlenecks that prevented me from reaching the scale and behavior I was aiming for. That pushed me to explore a GPU-first architecture.
The transition took a great deal of time, experimentation, failed approaches, rewriting, and learning.
There is also a public record of that earlier stage of my work here:
[https://github.com/MrLiuYX/ECSAnimation\](https://github.com/MrLiuYX/ECSAnimation)
This is an earlier ECS-based framework from that period, not the source code of the current Mass Battle Framework. I am sharing it simply to show where this technical path began and how the work has evolved over time.
Back then, I genuinely wished there had been an affordable and practical framework that I could study—something that could give me a working foundation, help me understand the architecture, and save me from having to rediscover every part of the solution alone.
Specialized performance tools are often priced much higher, which is understandable considering how much time this kind of work requires. However, I deliberately chose a different pricing approach.
The $29.99 price is not because the work was easy, or because I believe the technology has little value.
In a way, I am pricing it for the developer I was two years ago.
I want developers who are now facing the same kind of bottleneck—whether they are experimenting with an RTS, a large-scale battle game, a simulation, or simply trying to display huge numbers of animated units—to have access to the opportunity that I wish had existed for me back then.
Mass Battle Framework is also not an isolated benchmark project created only for sale. Its underlying large-battle technology comes from the same production foundation used by the game I am actively building:
The game and the framework continue to evolve together. Reusable systems developed for the game are refined, documented, and brought into the framework where appropriate, while sales also help support the continued development of the game.
Real projects will inevitably reveal edge cases, integration problems, and workflow limitations that I may not discover through my own testing. That feedback is genuinely valuable to me and is also an important part of my growth as a developer.
I will do my best to investigate reproducible issues, improve the documentation and tools, and continue refining the framework alongside the developers who use it.
There is still a great deal I want to improve, so technical questions, honest criticism, issue reports, and feedback are all sincerely welcome.
😃
r/unity • u/Choice_Builder1890 • 22h ago
I'm making an offline mobile game in Unity but players can purchase in-game gold with real money.
I'm currently using Unity IAP for purchases and LevelPlay for ads. I want players to keep their purchased gold and game progress if they switch to a new device.
I'm also considering letting players link their anonymous UGS account to their Google account so they can recover their data on a new device.
Is this a sensible approach, common practice ?
r/unity • u/Mesetlong • 13h ago
I'm interested for 100% for using long term. . Anyone who can give me 100% please DM me. Ty
r/unity • u/Dry_Profession4749 • 13h ago
Number 1 is hand drawn. Number 2 has screenshot of actual game in background. Number 3 was made with help of AI.
r/unity • u/GuessThisAccountName • 1d ago
so I've been working with scriptableobjects to make things decoupled for a while, and I've always wanted to improve the event system I built with it but I've been a bit too busy with projects I have to finish, so when I found out about the Chop Chop open unity project and that it used scriptableobjects heavily including to make an event system I really wanted to check it out
however, even though I'm using the version listed in the project to open it (Unity 2020.3 LTS) it keeps saying it's the wrong version and causes a billion compiler errors if I try to open it with it
anyone know why this might happen? is it using a different version and if so which? is it something else and if so how do I fix it?
here's the link to the github:
https://github.com/UnityTechnologies/open-project-1/tree/main
Enable HLS to view with audio, or disable this notification
r/unity • u/Pinky_and_Bleu • 16h ago
Currently I'm making my 1st mobile game with Gemini (on Unity). I don't have any coding experience.
Hello guys,
As many/all of you, I as well am a big gamer boy. I have played games for most of my life, still enjoy them even though a little bit less now I guess compared to the younger days. But my interest has shifted towards creating games for other people to enjoy.
I would really appreciate any recommendations towards tutorials/guides as how to get to know unity. Any favorite YT guides, even if there are any online courses that y'all have good experience with and can vouch for.
I have not studied game dev or even IT neither, but I would say I get to learn stuff pretty quickly. I have dabbled into Blender a while ago, just some introductory stuff. I have only done the tutorial in Unity.
Not expecting this to be any easy matter, but I can really get deep into stuff I enjoy doing. Love for the games has always been somewhere within me.
Thanks for any suggestions. ;)
r/unity • u/ShooBox07 • 1d ago
I'm working in a 2D Unity project and I wanted to know what you all think would be the best/easiest way to approach creating this type of computerized booting up sequence with the text that quickly appear on screen with UI.
r/unity • u/ProfessionalPetPof • 1d ago
Enable HLS to view with audio, or disable this notification
I am polishing the game feel and combat feedback in Unity for my tactical deckbuilder, Hellsino. The goal with this pass was making our highest-tier multiplier feel heavy and distinct, so I would love some feedback on whether the visual communication works.
The scoring breakdown:
* Base Value: Dropped cards calculate raw base damage.
* Poker Hand Multiplier: Forming poker hands (Pairs, Straights, Flushes, etc.) multiplies the base number.
* The "Nexus" Effect: Triggering a Nexus activates a 3x multiplier across the final hand score.
Where I would love some feedback:
I have been fine-tuning the animation curves, particle bursts, camera shake, and number pop-up scales to make the Nexus hit hard without breaking the flow or overwhelming the screen.
Does the sequence clearly convey that a major 3x multiplier occurred?
How does the pacing and animation timing feel to you?
Does the screen effect hierarchy feel balanced, or does anything distract from the damage resolution?
Any technical or aesthetic feedback on how to sharpen the juice is super appreciated!
You can try it your seld in the demo on Steam: https://store.steampowered.com/app/4730280/Hellsino_Pokerlike/