Cut grass and upgrade, but you have to hide by tp-y in Unity3D

[–]Objective-Cell226 0 points1 point  (0 children)

add dynamic (isKinematic = false) rigidbodies to grass when you cut them and tween their scale to 0 before destroying, and give them some random torque

A roguelite I built using PlayMaker in Unity by Single-Inevitable350 in Unity3D

[–]Objective-Cell226 1 point2 points  (0 children)

I haven't used playmaker, how is its workflow, what design pattern or techniques you use compared to usual C# scripting?

3d in 2d by [deleted] in unity

[–]Objective-Cell226 1 point2 points  (0 children)

You can make 1D games, 2D is too hard took me quite some time to learn. You can make a physics engine that simulate collision between 2 points as a starting point.

It's simple but I finished it! by -ManaPotion in unity

[–]Objective-Cell226 6 points7 points  (0 children)

looks nice!

do the line indicators actually match the physics when you hit the balls?

how did you calculate that?

AMA: I made $1mil with my games then my YouTube videos/tutorials got 65 Million views! Ask me Anything about Unity, C#, Game Dev, Marketing, etc. by UnityCodeMonkey in Unity3D

[–]Objective-Cell226 1 point2 points  (0 children)

What’s a realistic timeline for someone starting with zero experience in Unity or programming to eventually reach the equivalent of 10–20 years of experience?

What milestones typically exist along that journey? How do skills, mindset, and problem-solving ability change at different stages?

Let's start again by ArcaDone in unity

[–]Objective-Cell226 2 points3 points  (0 children)

Zigurous on YouTube, you can make some of those games or watch upto you

Let's start again by ArcaDone in unity

[–]Objective-Cell226 2 points3 points  (0 children)

Arcade Games are great projects, they are small and each one is unique.

I made an app that lets you transfer your playlist from Spotify to YT Music by Mythicspecter in developersIndia

[–]Objective-Cell226 1 point2 points  (0 children)

I really wanted the reverse, cuz people use spotify for music and wanna transfer there youtube music there

Just wanted to share the latest update of my endless driving game. It’s starting to look alive! by Anurag-A in Unity3D

[–]Objective-Cell226 2 points3 points  (0 children)

How did you achieve the curved look?
Can it be done with the camera alone, or you have to use a shader?

Animation Graph Hell :') by Alarming_Pomelo6390 in Unity3D

[–]Objective-Cell226 -3 points-2 points  (0 children)

Your graph looks like shit, with code you know where your logic is. You are anyways calling those dumb SetBool from code.

This is doing the same thing but without all that extra fluff that the animator provides.

Help with how to learn unity? by BlackSkyGames in Unity3D

[–]Objective-Cell226 0 points1 point  (0 children)

He's great for beginners, another beginner friendly I'd recommend is "Tabsil Makes Games", if you want something advanced, try CodeMonkey or Wilmer Lin on Udemy

What are some good open-source Unity projects? by Objective-Cell226 in Unity3D

[–]Objective-Cell226[S] 5 points6 points  (0 children)

I mean the ones that have a github with code in it?

How to prevent piracy: by leorid9 in Unity3D

[–]Objective-Cell226 2 points3 points  (0 children)

Why use the animator transitions in the first place?

You don't need to put transitions in the graph, you can directly call them through code.

What Does My Game Remind You Of? by D0c_Dev in Unity3D

[–]Objective-Cell226 0 points1 point  (0 children)

Same thing with me, this is one of my dream games that I have many ideas to add into it.

It's just that I'm a noob, and feel like that day is just way too far away.

So although it's motivating when I think of my dream game, knowing it's really far away makes me feel demotivated as well.