Jump to content

ShowInEditor attribute doesn't work


photo

Recommended Posts

Hello everyone!
I have such problem: ShowInEditor doesn't work, if i use classes(E.g. interface) from other project(but they are in same solution).

My project structure:
Test Library is a simple class library
image.png.7d000f270d4ae61eeb2e955e9adf428c.png

TestProject is unigine app

image.png.9ef77624a45af9af9244505fea6ab01a.png

image.png.39040670be7002d6846b4a33cf48629e.png
image.png.1f4cbb015c7c2440abc7be955d22bf2c.png
image.png.a92c610cb90a0449cea6a1fe5fd969ba.png

After it I modify my Component like this
image.png.56e1d42f251524b4eb829a8b16f2cc29.png

I have success build, there is nothing on my component
image.thumb.png.c06c00be1802b313e034a67ee1a29d25.png
image.png.efdcc754b4d3b12a041925dfb9b40519.png

But when I remove intefrace from TestScript everything works perfect
image.png.ec119d74dfb98d0c5893d9b45008bde4.png
image.png.8788ea80d66526ee5d96c85b4a778e52.png

How can I fix this?

Edited by GoodCheese
Link to comment

Hi, GoodCheese!

There is indeed a problem with saving and displaying fields of components inherited from interfaces from other project. We will try to fix this in the future.

For now I can only suggest storing other classes in the same project as component.

  • Like 1
  • Thanks 1
Link to comment
4 minutes ago, moody_pooch said:

Hi, GoodCheese!

There is indeed a problem with saving and displaying fields of components inherited from interfaces from other project. We will try to fix this in the future.

For now I can only suggest storing other classes in the same project as component.

Thank you for reply

Link to comment
×
×
  • Create New...