jacksondunstan / UnityNativeScripting

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

bug #74

Closed lcals closed 2 years ago

lcals commented 2 years ago
// Mark as virtual if method/class is not static or generic
cppMethodIsStatic || enclosingTypeIsStatic || methodTypeParams != null? false : true,

    struct Vector3{
        virtual UnityEngine::Vector3 operator+(UnityEngine::Vector3& a);
    }

    cause the test case to fail