Currently i use FairyGUI in my Cryengine game but due to this i am having to run a C++ project for the game and then a C# project for UI, ideally id like to have everything in C++ as an option.
I also noticed that the FairyGUI editor exports C++ classes when you do a code export using the Cryengine project type. although this code is not usable as it refers to FairyGUI.h that i cant find anywhere.
Currently i use FairyGUI in my Cryengine game but due to this i am having to run a C++ project for the game and then a C# project for UI, ideally id like to have everything in C++ as an option.
I also noticed that the FairyGUI editor exports C++ classes when you do a code export using the Cryengine project type. although this code is not usable as it refers to FairyGUI.h that i cant find anywhere.