Skip to content

Commit

Permalink
release: v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oswalk committed Oct 14, 2024
1 parent 9ca0c54 commit 7726f1f
Show file tree
Hide file tree
Showing 821 changed files with 7,657 additions and 2,398 deletions.
46 changes: 29 additions & 17 deletions ARSDK_v1.3.1.html → ARSDK_v1.5.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ARSDK (v1.3.1)</title>
<title>ARSDK (v1.5.1)</title>
<style>/*!
* Bootstrap v3.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 Twitter, Inc.
Expand Down Expand Up @@ -708,7 +708,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand doc-title" href="#page-top">ARSDK (v1.3.1)</a>
<a class="navbar-brand doc-title" href="#page-top">ARSDK (v1.5.1)</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
Expand All @@ -733,26 +733,38 @@
<p class="page" id="1_what_is_arsdk"></p><h1>1. ARSDK란?</h1>
<p>ARSDK는 지도와 AR 컨텐츠 저작툴인 AMapper의 데이터를 이용하여 공간에 배치 된 오브젝트들을 쉽게 증강시키고 이를 바탕으로 AR 어플리케이션을 간편하게 만들 수 있도록 도와주는 Unity 패키지입니다.</p>
<p class="page" id="2_installation"></p><h1>2. 설치 방법</h1>
<h2 id="-">샘플 프로젝트 기반 설치 (권장)</h2>
<h2 id="-">사전 준비</h2>
<p>AR SDK는 반드시 VL SDK가 설치가 된 상태에서 설치가 진행 되어야 합니다. VL SDK의 설치 방법은 <a href="https://github.com/NaverCloudPlatform/ARCeyeVLSDK">https://github.com/NaverCloudPlatform/ARCeyeVLSDK</a> 을 참고해주세요.</p>
<h2 id="ar-sdk-">AR SDK 설치</h2>
<h3 id="-">지원 환경</h3>
<ul>
<li><p>ARCeyeARSDK 프로젝트 clone</p>
<pre class="hljs"> git <span class="hljs-built_in">clone</span> https://github.com/NaverCloudPlatform/ARCeyeARSDK.git</pre></li>
<li><p>Unity Hub에서 clone한 프로젝트 불러오기</p>
<li>Unity 2022.3 이상</li>
<li>Editor<ul>
<li>macOS (Apple Silicon)</li>
<li>Windows (64bit)</li>
</ul>
</li>
<li>Android 혹은 iOS 플랫폼으로 변경 (선택)</li>
<li>Assets &gt; ARPG &gt; Example &gt; Scenes &gt; 0.example_simple 실행 후 정상 동작 확인</li>
<li>Device<ul>
<li>iOS (12.0 이상 ARKit 지원 기기)</li>
<li>Android (API 24 이상 ARCore 지원 기기)</li>
</ul>
<blockquote>
<p>💡 ARSDK의 Github 페이지에서 Download ZIP을 이용해 프로젝트를 다운로드 받을 경우 플러그인에 손상이 발생하는 문제가 있습니다. git clone으로 프로젝트를 받거나 다운로드 받은 프로젝트에 ar-sdk-unity.unitypackage를 추가해주세요.</p>
</li>
</ul>
<h3 id="arsdk-">ARSDK 패키지 설치</h3>
<ol>
<li>Unity 상단 메뉴의 <strong>Assets &gt; Import Packages &gt; Custom Package…</strong> 를 클릭한 후 <strong>ar-sdk-unity-1.5.1.unitypackage</strong>를 찾아 프로젝트에 추가합니다.<ul>
<li>이 과정을 통해 다음 패키지들이 자동으로 설치됩니다.<pre class="hljs"> com.unity.nuget.newtonsoft-json@3.2.1
com.unity.cloud.gltfast@6.1.0
com.unity.cloud.draco@5.1.8</pre></li>
<li>설치가 완료되면 다음 define symbols들이 자동으로 설정됩니다.<pre class="hljs"> ARSDK_GLTFAST</pre><blockquote>
<p>💡 주의 사항</p>
<p><code>VLSDK_ARFOUNDATION</code>, <code>VLSDK_NEWTONSOFT_JSON</code>, <code>ARSDK_GLTFAST</code> define symbol이 설정 되지 않았다면 코드가 정상적으로 로드 되지 않습니다.
<code>VLSDK_ARFOUNDATION</code>와 <code>VLSDK_NEWTONSOFT_JSON</code>는 VLSDK v1.6.5 이상 버전 설치 시 자동으로 추가 됩니다.</p>
</blockquote>
<h2 id="-">직접 설치</h2>
<ul>
<li><code>arpg-sdk-unity-1.3.1.unitypackage</code> 다운로드</li>
<li>Unity 프로젝트 생성</li>
<li>생성한 프로젝트에 Unity Package Manager를 이용하여 <a href="https://docs.unity3d.com/Packages/com.unity.cloud.gltfast@6.2/manual/installation.html">glTFast</a>, <a href="https://docs.unity3d.com/Packages/com.unity.cloud.draco@5.0/manual/installation.html">Draco</a>, <a href="https://github.com/applejag/Newtonsoft.Json-for-Unity/wiki/Install-official-via-UPM">NewtonSoft Json</a> 설치</li>
<li>VL SDK unitypackage 추가</li>
<li>다운로드 받은 arpg-sdk-unity-1.3.1.unitypackage 추가</li>
</li>
</ul>
</li>
</ol>
<p class="page" id="3_use_amapper_data"></p><h1>3. AMapper 데이터 로드</h1>
<h2 id="-">지원 환경</h2>
<ul>
Expand Down
111 changes: 0 additions & 111 deletions Assets/ARPG/Core/Editor/PackageImportPreprocess.cs

This file was deleted.

This file was deleted.

Binary file removed Assets/ARPG/Core/Plugins/Windows/x64/ARPG-plugin.dll
Binary file not shown.
8 changes: 0 additions & 8 deletions Assets/ARPG/Example/Scripts/ARNavigation.meta

This file was deleted.

Loading

0 comments on commit 7726f1f

Please sign in to comment.