Posts by Tinho • 11 points
2 posts
-
0
votes1
answer30
viewsQ: CS0411 Unity error
I have this error in my code that I am not able to solve. the error code: error CS0411: The type arguments for method 'GameObject.GetComponent<T>()' cannot be inferred from the usage. Try…
-
0
votes1
answer70
viewsQ: Unity C# error CS0411
I am having an error in 4 codes in which I do not understand the error. The error that is returned to me is this: error CS0411: The type arguments for method 'Component.GetComponent<T>()'…