Problem with CustomEditor in 2019.3.12f1

Hello,

I have a problem or bug with CustomEditor in 2019.3.12f1 and Microsoft Visual Studio Community 2019

To rule errors in my code out I have tested it with the demo files from the following video too

Video:

Files:
https://ole.unity.com/uielementsdemo

5810125--614830--upload_2020-5-6_10-16-55.png

It seems that the project “Assembly-CSharp-Editor” does not reference the project “Assembly-CSharp”

5810125--614833--upload_2020-5-6_10-18-0.png

When I test it inside the unity editor the codes seems to compile and work.

Is it a bug or am I missing something?

Hello @Bruxaw ,

Before opening your scripts on your IDE, have you tried to?

  • Go to Edit > Preferences > External Tools choosing the IDE that you’re using;
  • Press Assets > Open C# Project

If not, I think that this will make your solution to be properly setup.

Good luck with it!

1 Like

Thanks for your answer**, @DiegoDePalacio.**

It does not fix the problem, but I have just installed 2019.3.13f1 and it works again :slight_smile:

1 Like