Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Ah yeah, all of these actions work with a specific monobehaviour class... So the STMDrawstring and GenericDrawstring are entirely different things since I dropped inheritence and made Drawstring a standalone class. I'll see if there's any way for me to make this work, perhaps an interface might be able to get this working? "IDrawstring" requiring a "GetDrawstring()" method or something. I'll be messing with that this week hopefully!