Hi, Please I need help. I tried putting my glb file from assets folder in my project directory but it's not working, I'm using ar_flutter_plugin
_arrowNode = ARNode(
type: NodeType.localGLTF2,
uri: "assets/arrow.glb",
scale: vector.Vector3(0.5, 0.5, 0.5),
position: vector.Vector3(
0.0, 0.0, -1.5),
rotation:
vector.Vector4(0.0, 1.0, 0.0, 0.0),
);