codekrafter/CodekraftEngine

Build Tool templates

Opened this issue · 1 comments

If you have a CKProperty, it cannot have a space in the template tag (ex. std::vector<Mesh *> is not allowed, you need std::vector<Mesh*>

For now will not mark as property, because vector is not implemented in serialization system