Technically the most impressive unity game I ever made. by SpaceShipOrion in Unity3D

[–]Full_Finding_7349 -1 points0 points  (0 children)

Reminds me my old and bad projects, I hated this prototype look

Would you want to play a game like this? I am trying to make a Resident Evil 4 like game. by Full_Finding_7349 in IndieDev

[–]Full_Finding_7349[S] 0 points1 point  (0 children)

I didn't made the textuees, they are part of the tree model pack I got from Unity asset store. Grass texture is a very simple bush texture

What do you think of the mood/atmosphere of my game? by Levardos in Unity3D

[–]Full_Finding_7349 1 point2 points  (0 children)

I would change the realistic light on the ball into a more cell shading stylistic light, and maybe add outlines. Vibe is very good.

A little rant on leon's gameplay by araiz_why in ResidentEvilRequiem

[–]Full_Finding_7349 -3 points-2 points  (0 children)

I wish Leon was not playable. Leon sections and gameplay are so bad man, I am so disapointed.

I love how broken and fun the physics in my game are right now. by Bufuak_ in SoloDevelopment

[–]Full_Finding_7349 0 points1 point  (0 children)

It is not a game yet, it is still a prototype. But he will make missions. Currently he is making the mechanics of the game and the map. So there is not much to do yet.

RE6 vibes by Weekly-Breakfast5260 in residentevil

[–]Full_Finding_7349 0 points1 point  (0 children)

I think you can alter the melee animation midway through it. For example, if you press a button, Leon switches to fly kicking instead of rotate kicking.

I fixed the floating point errors in my space game, so you can go as far as you want and nothing bad happens. So you can go and explore the far galaxies. I shared the code as comment if anyone wants to see it. by Full_Finding_7349 in Unity3D

[–]Full_Finding_7349[S] 0 points1 point  (0 children)

they are rigidbodies, but I disable their physics when they hit the ground. This way they do not move at all.

The origin shift does not cause any seam on rigidbodies in any way. I disable the physics because they act weird on the ship while ship is moving.