분류 전체보기
-
AssetPostprocessor in Unity유니티(Unity Engine) 2014. 1. 2. 21:03
[ 관련링크 ] http://docs.unity3d.com/Documentation/ScriptReference/AssetPostprocessor.html [ 요약 ] 1. 에셋 임포트 과정에 끼어들수 있다. 2. 상속해서 클래스를 작성하면 자동으로 콜백멤버함수들이 호출된다. 3. 클래스 이름에 Post가 있지만, Post 뿐만 아니라 Pre 도 가능하다. - 즉, 에셋 임포트 이전과 이후 처리가 가능하다. 4. 커스텀 에셋을 다룰수 있는 시작점이다.
-
TMX Importer for Unity유니티(Unity Engine) 2014. 1. 2. 15:50
[ 관련링크 ] http://twistedpotions.com/unitmx-now-available-on-bitbucket/ http://twistedpotions.com/double-trouble-part-two-twisted-tilemaps/ https://bitbucket.org/PolCPP/unitmx http://paulsonapps.wordpress.com/2010/06/09/tutorial-tiled-mapeditor-part-1-create-a-tmxtiledmap-game/ https://github.com/bjorn/tiled/wiki/Using-the-Terrain-Tool
-
TexturePacker Importer for Unity유니티(Unity Engine) 2013. 12. 31. 21:20
[ 관련링크 ] http://forum.unity3d.com/threads/214910-TexturePacker-Sprite-importer-script https://github.com/ThirdPartyNinjas/UnityTools/blob/master/Scripts/Editor/Importers/TexturePackerImporter.cs http://forum.unity3d.com/threads/217408-TexturePacker-to-Sprite http://terasur.blog.fc2.com/blog-entry-621.html http://spritesheetpacker.codeplex.com/discussions/476590
-
Play movie in Unity유니티(Unity Engine) 2013. 12. 31. 14:54
[ 관련링크 ] http://docs.unity3d.com/Documentation/Manual/VideoFiles.html http://cgcookie.com/unity/2013/08/11/using-movie-texture-for-video-playback-in-unity/ http://www.youtube.com/watch?v=GbHepQxhrC8 http://answers.unity3d.com/questions/51683/downloding-movie-texture.html http://becunningandfulloftricks.com/2013/04/08/how-to-embed-and-play-a-movie-on-an-object-in-unity3d-and-jibe/ http://forum.un..