Tóth Róbert

Results 6 comments of Tóth Róbert

The problem is that you want to follow the player and move the camera at the same time, but you can't use them at the same time. You can follow...

Weird. I looked at the code and it shouldn't stop there, although i don't see any follow or camera moving in the code, but in the gif the camera follows...

Conditions can help us removing the usage `State.value_of`, which makes the goal dependent of where it's used, which is something we should avoid.

This issue is basically about creating a constraint system. Right now I can only see two kind of constraint system: - Local constraint system that puts the constraints beside the...

Adding namespace to a variable also could be included in this issue. Adding namespace would make sense, because: - It could make the variable more unique - Namespace could be...