차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

unity:pluginsfordesktop [2015/05/21 14:02] – 문서가 unity3d:pluginsfordesktop에서 unity:pluginsfordesktop(으)로 옮겨졌습니다 V_Lunity:pluginsfordesktop [2018/02/22 03:04] (현재) – 바깥 편집 127.0.0.1
줄 1: 줄 1:
 +{{tag>유니티 unity}}
  
 ======Building Plugins for Desktop Platforms====== ======Building Plugins for Desktop Platforms======
  
-This page describes [[Plugins|Native Code Plugins]] for desktop platforms (Windows/Mac OS X) . Note that plugins are intentionally disabled in webplayers for security reasons.+This page describes [[unity3d:Plugins|Native Code Plugins]] for desktop platforms (Windows/Mac OS X) . Note that plugins are intentionally disabled in webplayers for security reasons.
  
  
 =====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->NewProject...** and then selecting Bundle - Carbon/Cocoa Loadable Bundle.+On Mac OSX, [[unity3d:Plugins|plugins]] are deployed as bundles. You can create the bundle project with XCode by selecting **File->NewProject...** and then selecting Bundle - Carbon/Cocoa Loadable Bundle.
  
 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://en.wikipedia.org/wiki/Name_mangling|name mangling issues]]. 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://en.wikipedia.org/wiki/Name_mangling|name mangling issues]].
줄 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>유니티 unity}} 
    * 출처: [[http://unitykoreawiki.com/index.php?n=KrMain.PluginsForDesktop|유니티코리아위키]] (CC BY-NC-SA 2.0)    * 출처: [[http://unitykoreawiki.com/index.php?n=KrMain.PluginsForDesktop|유니티코리아위키]] (CC BY-NC-SA 2.0)