Hi,
we were about to build and submit our project when we have encountered this error message:
error CS0234: The type or namespace name 'Animations' does not exist in the namespace 'UnityEditor' (are you missing an assembly reference?)
This comes from this line in the code:
using UnityEditor.Animations;
The game works well in the editor and I've found little if any documentation regarding this error.
We cannot build our project, the game simply won't work without that piece of code and there is no enough time to make a workaround.
I know this won't get in time, but I would really appreciate any explanation, even if it is only useful to avoid it happening again.
Thanks.