I need to get a class from UnityEngine called Vector3 in order to pass it to the method with its own parameters. I tried many ways, but none of them worked. I am using frida-il2cpp-bridge.
I tried with this code, but it didn't work for me.
const AssemblyCSharp = Il2Cpp.domain.assembly("Assembly-CSharp").image;
const Vector3 = Il2Cpp.domain.assembly("UnityEngine.CoreModule").image.class("UnityEngine.Vector3");