차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
unity:pluginsfordesktop [2015/05/21 14:02] – 문서가 unity3d:pluginsfordesktop에서 unity:pluginsfordesktop(으)로 옮겨졌습니다 V_L | unity:pluginsfordesktop [2018/02/22 03:04] (현재) – 바깥 편집 127.0.0.1 | ||
---|---|---|---|
줄 1: | 줄 1: | ||
+ | {{tag> | ||
======Building Plugins for Desktop Platforms====== | ======Building Plugins for Desktop Platforms====== | ||
- | This page describes [[Plugins|Native Code Plugins]] for desktop platforms (Windows/ | + | This page describes [[unity3d:Plugins|Native Code Plugins]] for desktop platforms (Windows/ |
=====Building a Plugin for Mac OS X===== | =====Building a Plugin for Mac OS X===== | ||
- | On Mac OSX, [[Plugins|plugins]] are deployed as bundles. You can create the bundle project with XCode by selecting **File-> | + | On Mac OSX, [[unity3d:Plugins|plugins]] are deployed as bundles. You can create the bundle project with XCode by selecting **File-> |
If you are using C++ (.cpp) or Objective-C (.mm) to implement the plugin then you must ensure the functions are declared with C linkage to avoid [[http:// | If you are using C++ (.cpp) or Objective-C (.mm) to implement the plugin then you must ensure the functions are declared with C linkage to avoid [[http:// | ||
줄 41: | 줄 42: | ||
====Rendering from C++ code==== | ====Rendering from C++ code==== | ||
- | An example multiplatform plugin that works with multithreaded rendering in Unity can be found on the [[Native Plugin Interface]] page. | + | An example multiplatform plugin that works with multithreaded rendering in Unity can be found on the [[unity3d:Native Plugin Interface]] page. |
====Midi Plugin==== | ====Midi Plugin==== | ||
줄 52: | 줄 53: | ||
- | {{tag> | ||
* 출처: [[http:// | * 출처: [[http:// | ||