Could someone help me please
i don’t undestand what’s going on here
Assets\Script\CharacterManager.cs(20,12): error CS0246: The type or namespace name ‘Characters’ could not be found (are you missing a using directive or an assembly reference?)
Could someone help me please
i don’t undestand what’s going on here
Assets\Script\CharacterManager.cs(20,12): error CS0246: The type or namespace name ‘Characters’ could not be found (are you missing a using directive or an assembly reference?)
On line 20 you have the return type of your method as “Characters” but all the code inside that method is returning a “Character”. So which is it? Remember spelling has to be perfect when you’re writing code.
hmm
i dont really understand it
but i will try to redo all the code