156
News about the Unity engine and project showcases from Reddit. Made possible with @reddit2telegram (@r_channels).
I made the game from those "fake ads"
https://redd.it/1qkymnm
@r_Unity3D
We’re making a medieval pinball game with roguelite deckbuilding – our free demo is now out on Steam!
https://redd.it/1qkrbdp
@r_Unity3D
Some tricks to improve gamefeel on attacks~
https://redd.it/1qkoawl
@r_Unity3D
Method hit twice when using the Enhanced Touch, Simulator and Simulate Touch
Can anyone please tell me why, when using Enhanced touch with Simulator and the Simulate Touch with mouse set the following code gets hit twice? I have looked everywhere and am at a loss as to how to work around the issue. Thank you in advance.
void Update()
{
if (Touch.fingers.Count > 0)
{
if (Touch.fingers[0\].isActive)
{
Touch myTouch = Touch.activeTouches[0\];
\#if UNITY_EDITOR
if (myTouch.screenPosition.x == Mathf.Infinity)
return;
\#endif
DetectHit(myTouch.screenPosition);
}
}
}
https://redd.it/1qkmpsf
@r_Unity3D
The pain never stops, it only dulls
https://redd.it/1qkhiqz
@r_Unity3D
I should probably make a game... shouldn't I?
https://redd.it/1qke3wf
@r_Unity3D
"Wobble world" shader effect for my creation game!
https://redd.it/1qk8aa6
@r_Unity3D
My Procedural Planet With LOD
https://redd.it/1qk51lk
@r_Unity3D
Breakdown of my rewinding effect
https://imgur.com/a/okAiXra
https://redd.it/1qk06yg
@r_Unity3D
The year is 2000. You’re a teenager who dropped out of school and works at a kiosk selling geeky trinkets: games, MP3s, DVDs with movies and anime, chewing gum and snacks. Grow the shop, interact with customers, make choices, and earn enough money to buy your mom a trip to Turkey.
https://www.youtube.com/watch?v=FPPomPzsdbY
https://redd.it/1qk02au
@r_Unity3D
Mutiplayer - players vs 10k hordes of enemies using Unity DOTS + Reactor Mutliplayer Engine
https://redd.it/1qjvu5m
@r_Unity3D
I'm working on the 3D model of a two-headed dragon for my mobile game. What do you think?
https://redd.it/1qjtdny
@r_Unity3D
I am legit at my wit's end. Why does my shader graph produce these ugly seams at the edges of the UV?
https://redd.it/1qjo9sg
@r_Unity3D
My first release on Steam - Press the green button...
https://redd.it/1qjp5aj
@r_Unity3D
A small animation tweak that fixed my flying squirrel
https://redd.it/1qjfxpz
@r_Unity3D
What do you think about the idea of a cooperative horror inspired by portals?
Except instead of a portal, it’s a door to other worlds inhabited by terrifying creatures.
I’m launching the first major playtest and would really appreciate your attention.
https://redd.it/1qkws4k
@r_Unity3D
All In 1 Shader Nodes
https://www.youtube.com/watch?v=EhzIVGkAoyc
https://redd.it/1qkt27p
@r_Unity3D
Is there any free app i can create my own my 2D character and animate it (template avaliable preferred)
https://redd.it/1qkpzwg
@r_Unity3D
My game didn’t sell that much, but I still made an artbook and soundtrack DLC to keep the indie spirit alive, because it’s my baby. Livber: Smoke and Mirrors DLCs are now live!
https://redd.it/1qkl0xb
@r_Unity3D
Playing around with procedural ivy in Unity
https://redd.it/1qkhjow
@r_Unity3D
Audio Source component not working as expected. Whats the difference between these two options?
https://redd.it/1qkcysc
@r_Unity3D
I just want to thank you for giving me hope. The spike happened after my post yesterday *more tears*
https://redd.it/1qk82pt
@r_Unity3D
Heading to Sunny Beach with my dolphin buddies
https://redd.it/1qk0ii6
@r_Unity3D
Your kitty can type with you now! A new feature for our cozy desktop Pat the Cat game
https://redd.it/1qjzlpn
@r_Unity3D
Cleaner Animation Showcase & New Equip/Unequip Animations
https://redd.it/1qjxsir
@r_Unity3D
AI for game development. Yay or Nay?
Hey guys, two years ago I did a survey here on reddit and some other social media whether to use or not to use AI for game development. Like generating code, textures or even shader. I would like to compare the development on this topic from 2024 to 2026, and share the results. What is your opinion on this topic now, what has changed or did not?
View Poll
https://redd.it/1qjtmdo
@r_Unity3D
We made this demo in 2 months beside our jobs!
https://redd.it/1qjsc4a
@r_Unity3D
Does this look interesting to you?
https://redd.it/1qjpkyd
@r_Unity3D
Do you think this mechanic is annoying?
https://redd.it/1qjhrhc
@r_Unity3D
I made some modernization to my inventory icons... What do you think?
https://redd.it/1qjdy02
@r_Unity3D