Rocher0724 / socket.io-unity

MIT License
107 stars 19 forks source link

scale differ from ios to android #20

Closed miias closed 2 years ago

miias commented 2 years ago

hello everyone so i have some 3d objects that im spawning on a plane on android they have a normal scale but on ios their scale is not the same eventho i set the starting scale to (1,1,1) like so object = ARNode( type: NodeType.fileSystemAppFolderGLB, uri: 'model.glb', scale: Vector3(prevScale, prevScale, prevScale)); prevScale = 1 photo_2022-03-01_12-17-48

here's the model on android

WhatsApp Image 2022-02-28 at 12 13 05 PM

and here's the model on ios from about the same distance

miias commented 2 years ago

sorry wrong repo @Rocher0724 can you delete this issue please