I made an extension which implements it’s own component class inherited from RenderComponent
. This class handles rendering of geometry, which is integrated deeply with Cocos Creator and uses it’s materials and textures.
It appeared that the extension works only on Web platform and when I try to start an application on Simulator from the Editor, I don’t see any rendering.
So, my question is, should it work right away, or I had to make some additional work to achieve that?