Readable
Readable
CC#
Created by Readable on 1/26/2025 in #help
CS0120 Error Code help
Hey, I am very new to code and Im trying to understand inheritance but while testing my code I got this error and I cant figure out how to fix it. Please help me if you know whats wrong. Its specifically on the shoot function line btw. Line 27 and 28
16 replies
CC#
Created by Readable on 1/22/2025 in #help
Help with defintions in my code (CS1061 AND CS0103)
I need help implementing some code that I found online. When I wrote the code in I got two error messages. (21,40): error CS1061: 'Transform' does not contain a definition for 'postion' and no accessible extension method 'postion' accepting a first argument of type 'Transform' could be found (are you missing a using directive or an assembly reference?) (22,9): error CS0103: The name 'directon' does not exist in the current context I am very bad at code and cannot find the issue, could I get some help please? The video if it helps: https://www.youtube.com/watch?v=t_-kTapjfhM
5 replies