반응형
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- tcp네트워크
- 집 정리
- 안드로이드 Application Lifecycle
- 리눅스
- 명령어
- 히오스
- 기업의 행포
- 나지보
- 어플
- Collection Framework
- 소캣(Socket)
- tcp
- End of Darkness
- game
- 비행기 모드
- TCP 네트워크 방식의 연결
- 자바
- 게임
- 아이패드
- 나지보 특성
- 컬렉션 프레임
- 포트(Port)
- 스랄 특성
- 벨팡
- 안드로이드
- 변경된 정보
- unity
- 에셋
- php 홈디렉토리 변경방법
- 아이폰
Archives
- Today
- Total
목록모든 정보 (407)
Do Something IT
[Unity3D]Asset의 Import, Reimport, Delete, Move 정보 찾기
에셋들이 변경될때 마다 호출되는 함수가 있다. AssetPostProcess.OnProcessAllAsset 이란 함수인데 이 함수는 ReImport 될때 호출 되는데 에셋의 추가 되거나 변경되거나 삭제되거나 이동한 정보를 얻어 올수있다. using UnityEngine; using UnityEditor; class MyAllPostprocessor : AssetPostprocessor { static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromAssetPaths) { foreach (var str in importedAssets) { De..
Unity3D
2015. 6. 10. 13:59
자세교정
http://navercast.naver.com/magazine_contents.nhn?rid=1495&contents_id=38004 http://navercast.naver.com/magazine_contents.nhn?rid=1094&contents_id=82385 http://navercast.naver.com/magazine_contents.nhn?rid=1094&contents_id=47723
아낙라이프/아낙의 건강한 생활
2015. 6. 7. 01:56
컴퓨터 프로그래머 의 일상
ㅋㅋㅋㅋ
아낙라이프/아낙의 웃긴것들
2015. 6. 5. 13:49