Type or namespace name `Apex' could not be foundFixed

Error while compiling: MagicOilRigPanel.cs(7,7): error CS0246: The type or namespace name `Apex' could not be found. Are you missing an assembly reference?
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

same

Error while compiling: MagicOilRigPanel.cs(7,7): error CS0246: The type or namespace name `Apex' could not be found. Are you missing an assembly reference?

Not sure if it is the perfect solution, but it has worked so far for me.  I just removed

using Apex;

From near the beginning of the MagicOilRigPanel.cs and now it lights up when cargo crates are on the large and small oil rigs just like it is supposed to.

This issue has been fixed in the latest version

Locked automatically