156
News about the Unity engine and project showcases from Reddit. Made possible with @reddit2telegram (@r_channels).
Got some real tough enemy waves going after surviving the 10th wave
https://redd.it/1srn17j
@r_Unity3D
My first game just launched and it's a Unity3D game :)
https://redd.it/1srjqol
@r_Unity3D
The amount of stress this engine has brought me😂
https://redd.it/1srhzfk
@r_Unity3D
Implemented a Proxy Rasterizer in my virtual geometry system which reconstructs triangles as voxels for mesh instances in the distance to completely bypass the overhead of barycentric coordinates in my software rasterizer when dealing with sub pixel geometry.
https://redd.it/1srdr82
@r_Unity3D
A bug made an NPC absolutely massive and it was hilarious. Naturally, I had to write it into the game. Happy game dev accidents.
https://redd.it/1sr5jt1
@r_Unity3D
What do we think - pixel / crt, or unfiltered?
https://redd.it/1sqzj4b
@r_Unity3D
Combined 3d with 2d for a desktop typing game
https://redd.it/1squehd
@r_Unity3D
Elden Ring style camera
https://redd.it/1sqoycr
@r_Unity3D
Building swing in your room in Blockworks with Unity Polyspatial
https://redd.it/1sqpo15
@r_Unity3D
Please guide me to resources that teach me how to work with these assets
https://redd.it/1sqllyq
@r_Unity3D
Built a few Unity tools — giving away vouchers for anyone who wants to test them
Hey everyone,
I’m an indie dev working on a few Unity tools and I’m trying to get some real-world feedback.
Instead of just pushing them out there, I thought I’d give away some vouchers to people who are actually interested in testing them.
If you’d like to try them out, just comment or DM me and I’ll send you a code.
Any kind of feedback helps a lot.
https://redd.it/1sqjxqh
@r_Unity3D
We want players to notice this task board without shoving it in their face. How obvious should it be?
https://www.reddit.com/gallery/1sqhydi
https://redd.it/1sqhyxv
@r_Unity3D
What are better techniques for implementing a digging system?
https://redd.it/1spz7bi
@r_Unity3D
Over The Hills: First 5 Minutes of Gameplay
https://youtu.be/tqhfVWwQp38?si=tXyJWE1TSx7lKD5x
https://redd.it/1sqaifa
@r_Unity3D
How can I improve this witch animation?
https://redd.it/1sq6uwp
@r_Unity3D
Feedback on new portal design?
https://redd.it/1srmegx
@r_Unity3D
Whirlight – No Time To Trip arrives on Steam on May 14th
https://redd.it/1srjrgt
@r_Unity3D
ASSET 2D Minimal Enemy Monster Pack (50 Animated Characters for Casual Games)
Hey everyone!
I recently put together a pack called 2D Minimal - Enemy Monster, and wanted to share it here.
**Preview**
https://i.redd.it/vtfo1zvz8iwg1.gif
https://i.redd.it/fqo6dzxz8iwg1.gif
https://i.redd.it/bvdstyvz8iwg1.gif
https://i.redd.it/h22vszvz8iwg1.gif
https://i.redd.it/zstqqzvz8iwg1.gif
https://i.redd.it/hxsrfyvz8iwg1.gif
https://i.redd.it/mb4esyvz8iwg1.gif
https://preview.redd.it/lseutiyr7iwg1.png?width=1950&format=png&auto=webp&s=855d893ae8f0f18b4c1a0878b3ae0c7ac605d7af
https://preview.redd.it/klqi1jyr7iwg1.png?width=1950&format=png&auto=webp&s=d39b49ddb8eea19dd44bf70d92afe795fb723e94
https://preview.redd.it/teegsjyr7iwg1.png?width=1950&format=png&auto=webp&s=00d543e8320897c482f61669d0455055b5fbc47f
https://preview.redd.it/8ypcpvzr7iwg1.png?width=1950&format=png&auto=webp&s=9645057ffca0e48aa3c930e431bea1c157b2b42c
https://preview.redd.it/okyqivzr7iwg1.png?width=1950&format=png&auto=webp&s=d1216e3f0061b29699117e344d49147a553b086a
It’s a collection of 50 minimal-style enemy characters made for casual games. I tried to keep each design simple but still distinct enough to work well for things like wave systems or different stages.
All of them are animated in Unity and include the basic motions you’d typically need, so they should be pretty easy to drop into a project. I’ve also been using them alongside other Minimal-style assets to keep everything visually consistent.
If you’re working on a casual or mobile project and need some lightweight enemy assets, this might be useful.
Happy to hear any feedback as well!
https://redd.it/1srhkyk
@r_Unity3D
Here's a Gaussian Blur two-pass post process which supports sparse kernels, and a Radial Blur effect with configurable step size
https://redd.it/1sr305y
@r_Unity3D
Blind drops = Bad game design ?
https://redd.it/1sr2jdk
@r_Unity3D
Considering moving from Godot to unity. Is it worth it in my case??
I'm a hobbyist in the Dev using Godot currently to make a 3D simulation game. For work, I work as a financial analytics engineer/data scientist. At first, Godot was actually really nice, as a newbie who doesn't know anything about game development.
Some of the biggest pain points I have with Godot, though, are the lack of established systems, and it has gotten to the point where it feels like a cheap toy, and I feel like I am an unserious developer using Godot. For example... I recently learned they don't have a terrain system the hard way. Not only that, the terrain system people do use, a plug-in/addin that people maintain out of the goodness of their heart, currently isn't supported by the latest version of Godot, 4.6. apparently it only goes up to 4.5.2. it's not easy to downgrade your project, and you can't simply go and make a bunch of terrain for your entire game in another version and then copy and paste it over. So this has been extraordinarily disappointing to me. But it's not the only time this has happened, with systems. It feels like everything needs to work around, and your choices are Make it yourself from scratch, rely on something else and hope to God or whatever else you believe in that the people won't abandon it when it breaks on the next update... Kind of unnerving to me
Another thing is that the engine itself seems very underdeveloped. I get it, it's still early on and it's development and a newer engine, has not been battle tested for any AAA scale games and is a constant moving target. But it seriously does not feel like a functional product as I'm using it. Everything requiring a workaround, many things broken, being instructed to fix it yourself when you have no such knowledge or idea how to do that. But if you really need something, and it's not there, the community is not going to work on it, and you don't have the capability as a hobbyist indie developer to make an entire core system yourself from scratch.. what are you going to do? Really.
So yeah there are a few things that are driving me more towards unity, honestly
https://redd.it/1sqx3py
@r_Unity3D
we made a roguelite where you dress up historical figures with gear to make broken combos
https://redd.it/1sqqgiw
@r_Unity3D
This sub is turning into asset store advertising. Proposing a new rule.
Don't get me wrong, Reddit always had a disproportional amount of asset developers as apposed to developers. However there use to be a balance of real post against obvious fishing posts. Now it is impossible to tell if someone is asking a real question, or if it is an alt account to market an asset.
The irony is that all this advertising is driving developers to other communities, and this sub will end up with asset developers trying to sell to asset developers, that is not an working ecosystem. Now I am not asking to ban asset posts, some are good. What I propose is that the community makes a rule against answering questions with asset recommendations, unless the Title asks for asset recommendations.
"Unity controller sucks!" - No asset recommendations allowed.
"I can't stand the Unity controller, recommend me an asset" - Assets allowed.
https://redd.it/1sqqqgj
@r_Unity3D
[Resource] I got tired of messy assets, so I’m drawing FREE new 16x16 RPG items every single day. Neatly organized and ready for Unity's auto-slicing! (Day 6)
https://redd.it/1sqoi8z
@r_Unity3D
Most difficult asset I ever done - 126 layers, over 200k pixels hand pixelled. Does it look good? And what's the most difficult thing you ever drawn?
https://redd.it/1sqlzni
@r_Unity3D
How to achieve “distance scaling” without breaking pixel size in a pixelart game?
Anyone who played a ’90s point-and-click will remember how, when the protagonist walked away from the camera, their size shrank while the pixel size stayed the same. In this video you can see an example of what I mean, when Guybrush walks to the door at the begining.
As far as I understand, back then the usual approach was to swap sprites when the character moved into a “far” area, and switch back to the original sprite when returning to a “near” zone. However, I’ve seen this same effect in more recent pixel-art games that are otherwise not very polished, which makes me wonder if there’s now a less costly way to achieve it, something like having the camera render at a low resolution, say 640×480.
Has anyone used a similar effect and could explain how to achieve it? Thanks!
https://redd.it/1sqiyii
@r_Unity3D
What price range makes sense for a soft body tire system on asset store?
https://redd.it/1sqfzxf
@r_Unity3D
Feedback on portal spawning and despawing?
https://redd.it/1sqagy8
@r_Unity3D
I've been working on this spearfishing game for 2 months. How do the controls feel to you?
https://redd.it/1sq6ph3
@r_Unity3D
Update v1.8: Spritesheet importing is finally live in TileMaker DOT
https://redd.it/1sq8hw9
@r_Unity3D