GetGameplayCamRot(2) return only one int, not Vector3

im tested latest build artifacts GetGameplayCamRot(2) but that turn only one integer, but native references page say Vector3 GET_GAMEPLAY_CAM_ROT(int rotationOrder); i’m opening github issue

local rot = GetGameplayCamRot(2)
print(rot) return -1050079564 like integer,
and i try acces rot.z or rot.x give me error nil

This might help.

Are you actually using a valid resource manifest version?..

i’m opening issue on natives repo, and i fixed using resource_manifest_version “05cfa83c-a124-4cfa-a768-c24a5811d8f9” its working now,