Hello,
I downloaded some assets in the Asset Store:
- a city
- a character
The problem is that each of them have a "CameraController.cs" script using the same namespace, I guess. Here is the error I get:
Assets/ZRNAssets/005339_08932_25_14/Scripts/CameraController.cs(5,14): error CS0519: `CameraController' clashes with a predefined namespace
I wonder if I should do anything like changing a script title, and modifying a namespace... As I don't know much yet about the awesome C# language, I definitely don't know what to do.
What do you think would be the best thing to do to get that error vanish?
↧