I'm trying to learn alteruna to make a multiplayer game for my compsci class final assignment. I followed the tutorial project. However, when I copy the PlayerController script, it always shows this error:
Assets\PlayerController.cs(11,54): error CS0246: The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
I don't know why and I would appreciate help on how to fix it.
I'm trying to learn alteruna to make a multiplayer game for my compsci class final assignment. I followed the tutorial project. However, when I copy the PlayerController script, it always shows this error: Assets\PlayerController.cs(11,54): error CS0246: The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?) I don't know why and I would appreciate help on how to fix it.