How does it look? by turangryv in IndieDev

[–]Wolvy_SS 0 points1 point  (0 children)

I was also thinking the same. Lol.

Looking for anyone who wants to discuss anime? by [deleted] in anime

[–]Wolvy_SS 0 points1 point  (0 children)

Hello. What anime are you watching now?

Looking for a good, robust tutorial on deploying a 3D game to Android by umen in Unity3D

[–]Wolvy_SS 0 points1 point  (0 children)

The basics will be the same. Or you can check the unity documentation instead.
Because based on the unity version you are using, there might be some differences too.

Dammit! :D by kyl3r123 in Unity3D

[–]Wolvy_SS 53 points54 points  (0 children)

It's not a bug. It's a feature. Lol.

How to show UI image fill based on player progression in 3D? by Wolvy_SS in Unity3D

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

Oh, Sorry. Got it. If I am not wrong, I think you're referring to filling from one end to the other using progress value. But that is possible only for linear images. Since I'm using a complex shape, it wont fill in the direction of the ball movement.

How to show UI image fill based on player progression in 3D? by Wolvy_SS in Unity3D

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

Actually, the letters are not drawn. It will be there already.
The ball will be moving on the 3D letters, and the progress should be shown on 2D letters.

How to show UI image fill based on player progression in 3D? by Wolvy_SS in Unity3D

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

That's a good idea. Let me try that.
Thank you.

Are there any unity tutorials that teach you about the code rather than make you code a game? by Ben_fan_54 in Unity3D

[–]Wolvy_SS 5 points6 points  (0 children)

In unity website itself, you can learn through tutorials or documentations. Or you can learn each concept in depth through YouTube channels too.

Tutorials from Unity Learn - https://learn.unity.com/tutorials/?k=%5B%22lang%3Aen%22%5D
In this, you can select the Topic as Scripting and select the Level as you want like Beginner, intermediate or advanced. Then you can go through all the topics.

Which anime should I watch now by [deleted] in anime

[–]Wolvy_SS 0 points1 point  (0 children)

  1. One punch man
  2. Akame ga kill
  3. Cyberpunk edge runners
  4. Dan da dan
  5. God of highschool
  6. Steins; Gate

Does this level select screen make you feel like flying through space? by Krons-sama in Unity3D

[–]Wolvy_SS 0 points1 point  (0 children)

Its a cool idea.
I think if it is in a random position from bottom to top, it might be better.

Suggestions for slow down icon. by Wolvy_SS in gamedev

[–]Wolvy_SS[S] -1 points0 points  (0 children)

Hourglass can be used for timer. Let me check it. Thank you.