An open API service indexing awesome lists of open source software.

https://github.com/appleboiy/unityobj

Sample: Import .obj file from polycam to unity
https://github.com/appleboiy/unityobj

Last synced: about 2 months ago
JSON representation

Sample: Import .obj file from polycam to unity

Awesome Lists containing this project

README

        

# polycam2unity-sample

Polycam2Unity Sample Screenshot

This is a sample project that demonstrates how import a 3D model from Polycam to Unity.

for more information about Polycam, please visit [Polycam to Unity Tutorial](https://www.youtube.com/watch?v=DEbDsxETQuE&t=262s)

## How does it work?

```mermaid
graph LR
A[Polycam] --> B[Export 3D Model]
B -- OBJ File --> C[Import 3D Model to Unity]
C --> D[Use 3D Model in Unity]
```

---

note for developers


to render the mermaid diagram, you need to install the mermaid and PlantUML extension in your JetBrains IDE.