음악2015. 4. 15. 21:36

평생 잊지 못할 거에요. 내일을...

...

...

...

 

 

 

 

 

 

 

'음악' 카테고리의 다른 글

곽진언, 김필 - 걱정말아요 그대  (0) 2014.10.06
Posted by VSCoder
유니티(Unity Engine)2015. 3. 19. 13:26

[ 관련링크 ]

http://forum.unity3d.com/threads/drag-and-drop-in-the-editor-explanation.223242/

https://helmutduregger.wordpress.com/2012/03/20/using-draganddrop-with-unity-gui/

http://docs.unity3d.com/ScriptReference/DragAndDrop.html

https://www.youtube.com/watch?v=6dnQX0ChOsA

https://www.youtube.com/watch?v=s1o0gZwJS-4

 

[ 요약 ]

 

'유니티(Unity Engine)' 카테고리의 다른 글

Slice terrain in Unity  (0) 2015.07.06
Changing the pivot point of meshes in Unity  (0) 2015.05.01
AssetBundle - Unity  (0) 2015.03.13
유니티 5 다운로드 및 설치  (0) 2015.03.04
Unity Class ID Reference  (0) 2015.02.02
Posted by VSCoder
유니티(Unity Engine)2015. 3. 13. 18:54

[ 관련링크 ]

http://docs.unity3d.com/ScriptReference/BuildPipeline.BuildAssetBundle.html

http://westwoodforever.blogspot.kr/2013/04/unity3d-assetbundle-0.html

 

[ Unity 5 ]

http://docs.unity3d.com/Manual/EnhancedAssetBundle.html

http://docs.unity3d.com/ScriptReference/BuildPipeline.html

 

 

[ 요약 ]

1. 인터넷을 통한 다운로드가 용이하도록 .assets 파일들을 lzma 로 압축해서 package로 만든 파일.

2. Unity 4 Pro 버전의 기능이다. - Free 에서 사용 불가.

3. Unity 5 에서 새로운 빌드파이프라인이 도입되었다.

Posted by VSCoder