When cloning, how do you make your clones keep the original properties?
Hello, I am trying to clone an object, and I want the clone to have the same velocity as the original object, but every time I try, the clone is not keeping the original velocity. How can I solve this?...
View ArticleNullReferenceException: Object reference not set to an instance of an object.
Hello, I'm having trouble understanding why Unity is giving me the above error. Here is my code: Camera cam; //Code outside of functions should stick to declaring types or specific values only, so...
View ArticleWhy doesn't my texture show up?
Hello, I'm trying to make an image show up when the player clicks on one of the objects in my game. However, the code doesn't seem to be working. Can someone experienced help me? Thank you so much!...
View ArticleSprites from array won't render
Hello, I'm trying to randomly render sprites from an array, but for some reason, it's not doing what I want it to do. Here's what I have so far: int randomPawNum; public Sprite[] catPaw; void...
View Article