Submitting this on behalf of adrian as we discussed in Slack channel.
The original video adrian recorded is here: https://www.loom.com/share/0937559541784d1ea26532309c217712
There are two issues reported in the video:
  1. Chrome and Firefox behave differently: in Chrome we can NOT see the
    3D
    asset show up in Asset rule input, but in Firefox we can see it
  2. While I cannot replicate #1, for me, neither Chrome nor Firefox allow me picking the
    3D
    asset as a value for the Asset rule - this is the main issue IMO; and that is because we only support the following file types as options for Asset input
```ts
const supportedFileTypes = ["svg", "dxf", "glb", "gltf", "kicad_mod", "mod", "step"];
```
And in adrian's project, the 3D model asset file is of
.stp
type, should we also support that?
Created by Zhexuan Liu
·