Help! Field Offset

Master TK

Platinian
private Quaternion CurrentViewPos; // 0x80

Some people know how to update this offset field?All Fields update even including Fields with vector3 Less is with Quaternion
 
I would've look for a setter method, like setViewPos and call that
Other ways I'll try is get the FieldInfo and call il2cpp_field_set_value, works everytime unless you got the wrong field
 
Back
Top Bottom