목록Note (7)
GeekCoders
외장하드의 용량이 4TB라서, 파티션을 분할하고 우분투를 깔고자 했다.분할된 파티션에 우분투를 깔고자했으나 디스크인식불가왜 그런가 했더니 FAT32 포맷이 필요. ※ 파티션 나눌때 포맷여부를 묻는데 이때 포맷하지 않고 드라이브만 생성하도록 한다. FAT32 포맷은 윈도우에서 32GB가 넘어가면 지원하지 않음.그래서 외부프로그램인 fat32format을 사용하기로 결정 http://www.ridgecrop.demon.co.uk/index.htm?fat32format.htm위 링크에서 fat32gui로 하니 실패fat32format 명령어로 시도해서 성공
호환되는 그래픽 카드임에도 위 메세지가 출력될 경우프로그램 추가/제거에서 FASOO DRM 이라는 프로그램 삭제
종종 물어보시는 분들이 있다.이제 링크 드려야지 :)Default 세팅이 C++ 세팅인지 C# 세팅인지에 따라서 기본 키보드 단축키도 다름이미 할당되어 있을수도 있음! 도구 -> 옵션 -> 키보드
평소 모든 에디터들을 기본으로 사용하는 데 윈도우 서브라임은 너무 눈이 아파서 변경.. Package Control 에서 Flatland 다운로드 후, { "auto_complete_commit_on_tab": true, "color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme", "font_face": "Consolas", "font_size": 10, "ignored_packages": [ "Vintage" ], "line_padding_bottom": 1, "line_padding_top": 1, "soda_classic_tabs": false, "soda_folder_icons": true, "tab_size": 2, "theme": "F..
터미널에서 open -na Unity
- nice -Resources.Load(path); // success - bad -Resources.Load(path) as Sprite; // failorTexture2D tex = Resources.Load(path) as Texture2D;Sprite.Create(tex, rc, pivot); // success (instance sprite)
Text.preferredWidth 를 이용하면 된다.