Hi,
I was wondering if someone could help me with the spine extension. Not a seasoned developer or writing third party extensions which is why I am posing it. Linked in the latest build of the Spine extension to help me learn Defold and I am running into an error in comp_spine_model.cpp
/defold-spine/src/comp_spine_model.cpp
Line 531: no member named ‘m_Scale’ in ‘dmGameObject::ComponentCreateParams’
component->m_Transform = dmTransform::Transform(Vector3(params.m_Position), params.m_Rotation, params.m_Scale);
I am getting the error above. What would be the best practice to solving how to proceed? Admittedly the migration instructions are a bit beyond my level, and this is a fresh project anyhow.
Any direction would be appreciated.
Thanks
~~~~~~ ^