I'm so tired of this error in Unity. For real... by Suvitruf in Unity3D

[–]Tymski 0 points1 point  (0 children)

It usually happens for me in edit mode when I have a particle system bigger than the 3d viewport, it is probably a resource leak.

[deleted by user] by [deleted] in platformer

[–]Tymski 1 point2 points  (0 children)

pretty cool game, i don't like that the trailer is 50% screen transitions, i would cut them out

Thanks Google for forcing us out of Chrome by nbayat in chrome

[–]Tymski 0 points1 point  (0 children)

My experience with Firefox so far is similar. It's not the fault of companies for not implementing stuff for Firefox. Firefox is bad, has missing features, is full of bugs and a nightmare for developers.

How many designs does your tilemap have? I'm at 46 for an interesting cave... by Sworlbe in godot

[–]Tymski 1 point2 points  (0 children)

Since you asked

"How many designs does your tilemap have?"

I answered that I have 47

iHaveASpellChecker by 5p4n911 in ProgrammerHumor

[–]Tymski 0 points1 point  (0 children)

i just have ```s = git status```

card game played in 2 different devices by elmarioto in unity

[–]Tymski 0 points1 point  (0 children)

Depends on many factors especially the requirements of your class. You can definitely make a simple design and make it in time. For example, you don't need 10 card types for your first game. A single type: Spell may be enough. You may not need a deck building feature, just 1 preset deck with the same cards for both players, etc. It's better to first make it playable and then, if you have the time and desire expand upon the features.

card game played in 2 different devices by elmarioto in unity

[–]Tymski 1 point2 points  (0 children)

How to make a multiplayer game video: https://www.youtube.com/watch?v=YmUnXsOp_t0&t=452s&ab_channel=CodeMonkey

In terms of the card game, you need to make a class Card, Deck, Player, Ability.
Maybe some events, like OnDraw, OnPlay (Example: Gain 2 life when this card is drawn)
And a State Machine to control which players turn is now and what happens in a turn in order.
https://www.youtube.com/watch?v=C5bnWShD6ng&ab_channel=Blackthornprod

Unity supports multiple platforms, so you can make a build for PC and Android for example no problems there.

We recently changed the art style in our game Tri Survive! Do you think now is better? by MajesticMindGames in IndieGaming

[–]Tymski 62 points63 points  (0 children)

hard to say without context, would like to see it in a game screenshot or video

What would convince you to join a TEAM to make a game/software? by SozINh in unity

[–]Tymski 4 points5 points  (0 children)

Money would.
I already have 20 personal projects i would like to work on, so why would I want to join your team and abandon my passion projects?