everything was working and suddenly this error came -
Assets/Standard Assets (Mobile)/Scripts/Joystick.js(20,7): BCE0132: The namespace ‘’ already contains a definition for ‘Boundary’.
Now it is not going , can you please guide me whats wrong in here ???
I just diagnosed when i add my script animationController.js then this error pops up
Have you modified that script at all? Maby try making a new scene and putting the script in to see if it has the problem.
this error came by itself and gone away by itself …huuuuuhhh
When this error happened to me I was learning Unity. After double clicking the error in the console, I then went and did a debug on the highlighted script. Debugged, further (red symbol to the left) and got the error that I had two instances running. Went back and now I’m figuring out how to separate the instances. I am able to play in game mode now. The error is gone.