jacksondunstan / UnityNativeScripting

Unity Scripting in C++
https://jacksondunstan.com/articles/3938
MIT License
1.33k stars 135 forks source link

All datatypes' json file as default #48

Closed sekkit closed 4 years ago

sekkit commented 4 years ago

IComparable such types cannot be exported. Is it possible to have all types exported?

jacksondunstan commented 4 years ago

IComparable such types cannot be exported

IComparable and many generics of IComparable<T> are exported in the example included in the repo.

Is it possible to have all types exported?

No, you must list all the types you want to export.