카테고리 없음
Needle Engine
ClientProgrammer
2023. 2. 2. 19:30
유니티
프론트
시작하기.
권장 유니티 버전 및 프로젝트 내보내기 까지 메뉴얼 대로 진행 하면 빠르게 결과 확인 가능
https://engine.needle.tools/docs/getting-started.html
Needle Engine Documentation
Needle Engine is a web-based runtime for 3D apps. It runs on your machine for development, and can be deployed anywhere. It is flexible, extensible, and collaboration and XR come naturally. Needle Exporter for Unity bridges the Unity Editor and the web run
engine.needle.tools
원리
유니티 씬 안에 Needle 엔진에서 제공하는 Scene 오브젝트 내부에 추가한 오브젝트들이 하나의 GLTF 로 익스포트 되어, 웹에서 불러오는 방식.
유니티에서 한번 프로젝트를 Export 한 후에는 추가 수정 후 씬 세이브 하면 바로 웹에서 확인 가능한게 큰 장점.
유니티 에서 기본으로 제공하는 wasm 을 이용한 web build 와 비교해서 실제 프로젝트에 어느정도까지 사용 할 수 있을지는 아직 모르겠지만, 필요한 부분에 대해서 일부만 사용 한다던지 활용하기 좋을듯하다