0

I want to create a background for my game with autocad, but I don't know to set the dwg project as background in my python (using ursina) app. Thanks

Roby Chad
  • 3
  • 2

1 Answers1

1

.dwg files are not supported by ursina. You'll have to first export it to a supported one like .obj, .glb or .gltf and then import that.

pokepetter
  • 1,383
  • 5
  • 8