A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hey everyone
I was hoping to get some help with this conundrum I'm in.
I'm using the Unity SDK in my Unity app and so far I was able to make it work no problem, I can query and display my products. My trouble starts when I want to show a 3D Model that I uploaded to Shopify. I want it to display on my "details" window before adding it to the cart.
I knnow the current version of the SDK supports 3d models since it says so on Github but so far I haven't found any examples on how to exactly display it or access it on Unity. I only found this: https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/model3d?utm_source=gur... but it didn't help.
I'm thinking it would be easier to just load the model into Unity, make it a prefab and display it over the Shopify part of the app.
I'd appreciate any help
Thanks!
Hi,
Were you able to resolve the issue?