Rebecca
Rebecca
Hi Ronen, Trying to build my project with the GeonBit ui in on Mac. Added the reference in the pipeline tool and project. The project will not build on XML...
Hi I would like to assign lua functions to c++ function pointers. ``` vec3 (*script)(float, float, float, vec3) lua = &lua_["Idle"]["animate"]; ``` As I understand, the api currrently returns a...
Hi, I have a struct with near zero float values which has been serialised to xml. Running into the same problem while serialising to binary and back. Seems like near...