I have two USDZ files, the Cube one was created using Blender and has a size of 10cm, the RetroTV one was provided by apple in the AR Quicklook Gallery. The issue is that after loading them the TV shows to scale, but the cube is too small to be seen.
From what I had understood, and seen in the WWDC talks, the unit of measurement in RealityKit is the meter, so in the case of the Cube 0.1 meters is 10 cm. But that means that the tv is supposed to be 84m in width, and that can't be right, specially if the model is coming directly from Apple.
I also tried converting both to USDA and both of them have metersPerUnit = 1. The only way I could find to make it work is after loading the square entity into RealityKit I can then change the scale to [1, 1, 1], but if I do the same to the TV it becomes huge.
What am I missing in here, what's wrong?