Build Tool templates
Opened this issue · 1 comments
codekrafter commented
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*>
codekrafter commented
For now will not mark as property, because vector is not implemented in serialization system