Assembly - DLL - No Gizmos Problem

Hello,

I have the following problem.
Due to the structure of the code and other files in the projects, within the company I work for, we build DLLs out of all the scripts we add to the project/repo.

When I build the DLL from AStar, it seems to work in Unity, it is able to generate the graph etc. however I can’t see anything in the editor. It seems gizmos do not work and it is impossible to work with that software this way.

So please, if anybody got an idea, what can be the problem, please share.

Regards,

Hi

Do you take care to also build a dll from the editor scripts separately?

Note that my package uses Unity’s assembly definition files, so Unity will internally already build a dll for the package.