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
- Host: GitHub
- URL: https://github.com/appleboiy/unityobj
- Owner: AppleBoiy
- License: mit
- Created: 2024-04-04T16:04:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-19T09:04:41.000Z (about 1 year ago)
- Last Synced: 2025-02-12T05:45:03.562Z (4 months ago)
- Homepage:
- Size: 11.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# polycam2unity-sample
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.