유니티(Unity Engine)2013. 12. 16. 14:08

[ 관련링크 ]

http://studiofive27.com/index.php/388/

http://www.wolfpack.pe.kr/815

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

XML in Unity  (0) 2013.12.30
NGUI - ScrollView Tutorial  (0) 2013.12.23
Tutorials : Creating a 2D game with Unity  (0) 2013.12.12
Importing a Spine Animation into Unity  (0) 2013.12.12
Image download and save in Unity  (0) 2013.12.09
Posted by VSCoder
유니티(Unity Engine)2013. 12. 12. 15:48

[ 관련링크 ]

http://pixelnest.io/tutorials/2d-game-unity/table-of-contents/

http://gamedevnation.com/creating-a-2d-game-with-unity/

https://github.com/pixelnest/tutorial-2d-game-unity/

http://pixelnest.io/tutorials/2d-game-unity/animations-1/

http://pixelnest.io/tutorials/2d-game-unity/animations-2/

 

( Update - 2013.12.18 )

http://www.youtube.com/user/MrDaeltaja/videos

 

[ 요약 ]

1. 말이 필요 없을 정도임.

2. cocos2d-x 는 코드 기반 교육용으로 적합

3. unity는 툴 기반 교육용으로 적합.

4. unity는 갈수록 그래픽파트가 배워야할 부분이 점점 많아지고 있다.

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

NGUI - ScrollView Tutorial  (0) 2013.12.23
Showing web images in Unity using NGUI  (0) 2013.12.16
Importing a Spine Animation into Unity  (0) 2013.12.12
Image download and save in Unity  (0) 2013.12.09
Billboard script for Unity  (0) 2013.12.07
Posted by VSCoder
유니티(Unity Engine)2013. 12. 12. 13:04

[ 관련링크 ]

http://esotericsoftware.com/

https://github.com/EsotericSoftware/spine-runtimes/tree/master/spine-unity

 

[ 요약 ]

1. 회사차원에서 구입해서 사용하면 작업효율성이 증대될 것으로 예상.

2. 대안으로 3dsMax 에서 비슷한 작업 방식을 채용하면 될 것으로 예상.

    - 익스포터 작성이 요구됨

3. Unity 에 내장된 2D Tool 들 사용하면 만사 형통.

    - 4.3 버전 부터 가능

4. 중급 개발자 코스의 유티니 스크립팅 소스로 활용하면 따봉

 

 

 

Posted by VSCoder