Jumping, Grounded, Object Reference
I'm making a 2D movement script with JS and can't really figure out what I'm doing wrong. I keep getting "NullReferenceException: Object reference not set to an instance of an object" on different...
View Articleanim = GetComponent("Animator") is not working
This is probably very simple, but I'm new at this... I'm trying to make a 4-way 2D movement script and everything works fine until I start messing with animations. My current problem is that the script...
View ArticleStatic functions and lists not co-operating.
I've managed a simple inventory system using lists and it works pretty well. The problem is that static variables and functions don't seem to work with it. It works perfectly if there are no static...
View ArticleFloat keeps automatically rounding to 100mil
I have a float (yes, it has to be a float so math elsewhere works correctly), that, at a certain point in my code is set to exactly 99,999,999 and then converted to a string. I'm using number =...
View Article