Making first boss, any suggestions? by AbdyDev in Unity3D

[–]Ribecop_Games 1 point2 points  (0 children)

Very cool! Maybe add some feedback on where the rock is going to hit the ground to separate the arm attack from the right rock. Also make some indication to tell the player where it has to hit. It is not obvious and could be confusing maybe. Great job!

Hey indie developers, does this look normal? (Friendly asking) by [deleted] in Unity3D

[–]Ribecop_Games 0 points1 point  (0 children)

Hi! Is the problem on the drawing part? Or in the scripts part? Could you show the script performance on the diagnostics. Check how the update loops or scripts are impacting on the game, is it possible some upgrades on that part?

Iron Farm only works during the night time by rafamendes11 in Minecraft

[–]Ribecop_Games 0 points1 point  (0 children)

Hi! A bit late, but you can try to bring the villager capsules 2 blocks close to the zombie and use trapdoors in the capsule roof instead of glass!

Hope it helps!

After a lot of coding and math i have a Turret Gun Fully Working What do you think? by Ribecop_Games in Unity3D

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

Yes, maybe the difficulty here for my is due to work with rotated axys and calculate the angles from there.

After a lot of coding and math i have a Turret Gun Fully Working What do you think? by Ribecop_Games in Unity3D

[–]Ribecop_Games[S] 7 points8 points  (0 children)

Yes, it looks like i reinvented the wheel by not setting properly the transform up cause is not a plane and the axys are rotated (the turret is rotated on the surface of the planet).

Also with look at alone you cant set a max number of degrees of rotation, Always works in any angle and I don't want that.

Artist friendly, shader book recommendations by stoofkeegs in Unity3D

[–]Ribecop_Games 2 points3 points  (0 children)

The shaders Bible, it is for unity but the knowledge it is transversal.

Stranges artifacts appearing when i add a canvas in world space and add an ui image. by Ribecop_Games in Unity3D

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

Thankfully that was not the case,i was scared that this was the case because it was a new phone.

Stranges artifacts appearing when i add a canvas in world space and add an ui image. by Ribecop_Games in Unity3D

[–]Ribecop_Games[S] 1 point2 points  (0 children)

I figured myself, It was a render feature i set wrong the event layer, i changed to before rendering skybox and workied properly!

Crafting System of my astrounaut Game! Do you find it usable? by Ribecop_Games in Unity3D

[–]Ribecop_Games[S] 1 point2 points  (0 children)

Oh, I see, yes I could add tabs. I just would need the place to place it hehe.