bm9 / IM4U

IM4U Plugin Release Repository for Unreal Engine 4 .**DEVELOPMENT DISCONTINUED**
https://github.com/bm9/UnrealEngine_IM4UPlugin
MIT License
94 stars 31 forks source link

Can you add support Mac OS X? #6

Open whiteblue3 opened 8 years ago

whiteblue3 commented 8 years ago

This plugin support only Windows system. Can you add support Mac OS X?

some windows only data type "BYTE", "WORD" used. this data type cannot compile on Mac OS X.

bm9 commented 8 years ago

This plugin support only Windows system. Can you add support Mac OS X?

Sorry...I can not be supported because it does not have a Mac OS X.

some windows only data type "BYTE", "WORD" used. this data type cannot compile on Mac OS X.

OK, I fixed it. (at IM4U Ver.0.6.15~) "BYTE" -> "uint8" "WORD" -> "uint16"