GoodCheese Posted February 2, 2023 Share Posted February 2, 2023 (edited) 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 TestProject is unigine app After it I modify my Component like this I have success build, there is nothing on my component But when I remove intefrace from TestScript everything works perfect How can I fix this? Edited February 2, 2023 by GoodCheese Link to comment
moody_pooch Posted February 2, 2023 Share Posted February 2, 2023 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. 1 1 Link to comment
GoodCheese Posted February 2, 2023 Author Share Posted February 2, 2023 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
Recommended Posts