Topic: Errors, pls help :(

Assets/UFE/Editor/MoveEditorWindow.cs(169,13): error CS0433: The imported type `CameraMovement' is defined multiple times
Assets/UFE/Editor/MoveEditorWindow.cs(169,48): error CS0030: Cannot convert type `CameraMovement [UFE, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null -- D:\F\EX\Assets\UFE\Plugins\UFE.dll]' to `CameraMovement [Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null -- D:\F\EX\Library\ScriptAssemblies\Assembly-CSharp.dll]'
and the same problems, how i can fix it ?

Share

Thumbs up Thumbs down

Re: Errors, pls help :(

i try to make a new project, and has no errors, but if i start new i will lose all of my progress, help me

Share

Thumbs up Thumbs down

Re: Errors, pls help :(

Since the new project works, try copying all project related files from the old one to the new one (excluding UFE from the old project), and it should work like normal.

Share

Thumbs up +1 Thumbs down