Errors in Unity 2018.4.2.f1
Getting the two following errors:
Assembly 'Assets/UMotionEditor/Plugins/Application/UMotionApplication.dll' will not be loaded due to errors:
Unable to resolve reference 'UMotionSourceApplication'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.
AND
Assembly 'Assets/UMotionEditor/Plugins/Editor/UMotionEditor.dll' will not be loaded due to errors:
Unable to resolve reference 'UMotionSourceApplication'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.
Unable to resolve reference 'UMotionSourceEditor'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.
Answer
Hi,
thank you very much for your support requests.
These errors are happening because in some cases Unity is validating *.dll referenes to script files before those script files finished compiling. They are false alerts and can be ignored.
If these errors annoy you, select the UMotion dlls and disable the "Validate References" checkbox in the Inspector. Then click "Apply".
The UMotion *.dlls can be found at:
"Assets/UMotionEditor/Plugins/Application"
"Assets/UMotionEditor/Plugins/Editor"
Please let me know in case you have any follow-up questions.
Best regards,
Peter
Customer support service by UserEcho
Hi,
thank you very much for your support requests.
These errors are happening because in some cases Unity is validating *.dll referenes to script files before those script files finished compiling. They are false alerts and can be ignored.
If these errors annoy you, select the UMotion dlls and disable the "Validate References" checkbox in the Inspector. Then click "Apply".
The UMotion *.dlls can be found at:
"Assets/UMotionEditor/Plugins/Application"
"Assets/UMotionEditor/Plugins/Editor"
Please let me know in case you have any follow-up questions.
Best regards,
Peter