Is there a way to access Defold objects directly from native extensions, to change basic built in properties like position, material, scale, etc…?
If I want to move alot of objects using C++, Is the only way is to fill a buffer and then consume this buffer from lua (loop and update the objects).
Thanks