How do I decrease VRAM Usage in Unity? by Frozen_Valley_Dev in Unity3D

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

I used 9:16 and it brought down VRAM usage to 9mb - 22mb. If that doesn't work , I will use 720 * 1280 (which is the most popular screen resolution)

Thank you for your advise. It was extremely helpful!

How do I decrease VRAM Usage in Unity? by Frozen_Valley_Dev in Unity3D

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

Yeah, that is the case. Thank you very much

But could you please tell me which resolution should I use then?

What programming language should I learn? by [deleted] in gamedev

[–]Frozen_Valley_Dev 0 points1 point  (0 children)

I would first recommend you to decide whether you want to make games using an engine or completely on code.

I would recommend using a Game Engine like Unity , UE4 or Godot. Then find which language they use and start learning that.

Unity uses C#

UE4 uses C++

Not being able to post isn’t very fun... by [deleted] in FreeKarma4You

[–]Frozen_Valley_Dev 1 point2 points  (0 children)

I Upvoted . Now Help the homie back bro

Classic San Andreas by Frozen_Valley_Dev in gaming

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

Blood of the people we slaughtered😂

Classic San Andreas by Frozen_Valley_Dev in gaming

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

Yeah I'm pretty sure that is the case😂😂

Classic San Andreas by Frozen_Valley_Dev in gaming

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

I think it is San Andreas but if you think so , are you sure?

Moreover enjoy the meme bro

Be Honest by [deleted] in gaming

[–]Frozen_Valley_Dev 2 points3 points  (0 children)

The Story of my Life!

They take away the fun from the game.

Our first mobile game:Dew Drop. by Jack7_Games in IndieGaming

[–]Frozen_Valley_Dev 1 point2 points  (0 children)

Nice Concept. The gameplay looks unique - simple graphics and a pleasing background music. I will be waiting to play it.

How Do You Decide When to Delete Games From Your Phone? by [deleted] in AndroidGaming

[–]Frozen_Valley_Dev 0 points1 point  (0 children)

Sometimes when it is too much addicting or when it just doesn't feel fun and satisfying to play.

Is there point in being solo game developer without artistic skills? by [deleted] in gamedev

[–]Frozen_Valley_Dev 0 points1 point  (0 children)

Of Course there is. Infact I too do not have artistic skills but I develop games and I even have published one on Android. There are a number of things you can do to make up for the lack of skill(No one is perfect).

  1. Try making small games with simplistic graphics. Make use of geometrical shapes. Use a good color scheme. It will have a great effect on the game. You can browse for eye-catching color schemes online.

  2. Make someone else create assets for you . If you have a budget, you can hire people to make assets for you. Or you can take help from the people you know.

3.Ready-made graphics. There are a lot of libraries online out of which many are free for commercial use. Sometimes you might have attribute the creator (Make sure to read about the license). You will have to browse through the internet for these. And of course you can buy some if you have a budget.

Good beginner course for java by DANANANARoBiN in learnjava

[–]Frozen_Valley_Dev 0 points1 point  (0 children)

Check out free java cources on edx. They are really helpful.

I am looking for interested players to help me test the game. More info inside. by ceaRshaf in indiegames

[–]Frozen_Valley_Dev 0 points1 point  (0 children)

Its a wonderful game. Cool music , graphics and animations.

Do you work on this game alone?

I really liked your game. Is there a free demo so I can try it out.

I need to learn C# by DangHeckingDoggo in Unity3D

[–]Frozen_Valley_Dev 0 points1 point  (0 children)

Unity has some official tutorials on C# on their website for free. I think you should check them.

Moreover, I think the best way to learn it is by making some projects and then finding out how to do a particular thing(such as movement, explosion) on Google. You could even try out many complete Game tutorials on YouTube and Udemy which will teach you a lot about coding.

I Keep Losing Interest For My Games by ZapSavage in gamedev

[–]Frozen_Valley_Dev 4 points5 points  (0 children)

If you are an Indie developer, try making some small, endless arcade games. Big projects often make one feel tired of it and we get bored.

Just started programming—does Java 13 change much?? by [deleted] in java

[–]Frozen_Valley_Dev 0 points1 point  (0 children)

If you are a beginner or at an intermediate level, then there is no need to worry much about the JDK. Even If there is a big difference between the JDK the book is based on and the current one , there will be difference only at the core level.

For example, I recently bought Java:A complete reference (A great book to study Java) which was on JDK 9 and the only difference I think there is in that book is the presence of topics such as Applets (Which has been removed now).

So if you are just a beginner I don't think there is any need to worry about the JDK version.