Thứ Tư, 25 tháng 11, 2015

Create ipa file using itunes

Create ipa file using itunes

STEP 1: Get .app file
1. xCode window tab
2. Organizer
3. Right click to the archive you want to get app
4. Show in finder
5. Right click to (ProductName….). xcarchive file
6. Show package contents
7. Products/Applications

STEP 2: Create ipa file
1. Drag & drop .app file to itunes profile and binary file.
2. Select app in iTunes and right click to show in Finder. And there you can get the .ipa file.

Source:
http://stackoverflow.com/questions/1984727/how-to-get-app-file-of-a-xcode-application
http://stackoverflow.com/questions/4711586/how-to-make-an-ipa-file

Thứ Tư, 26 tháng 8, 2015

Fix error "clip could not be found in attached animations list"

I have one fbx file with animation. I put new animation to animations list (animation component), but my script could not be found new animation.

And I found solution in there (#11): http://forum.unity3d.com/threads/legacy-animations-dont-work.159980/


I use Unity 5.1.1, I cannot find Animation Type, so, I set my Animaion like below:


I work for me. Goodluck!!! :D
-- Tuan Vu --

Thứ Bảy, 27 tháng 6, 2015

Gợi ý sửa những lỗi cơ bản trên windows 7, 8, 8.1 (Không kết nối được wifi, không nhận mạng, không nhận chuột, ...)

Khi các bạn sử dụng windows 7, 8, 8.1 (và có thể cả windows 10 sau này) gặp một số lỗi liên quan đến các thiết bị ngoại vi mà không có hướng giải quyết, mình xin gợi ý một cách để các bạn có thể thử. Đây là cách mình thường sử dụng và có hiệu quả khá tốt:

Bước 1: Vào control panel -> Hardware and Sound -> Device Manager
Bước 2: Chọn thiết bị bị lỗi, chuột phải chọn Uninstall. Ví dụ lỗi chuột thì chọn Mouse, lỗi wifi thì chọn những cái cõ chữ Wifi, Wlan, ..., lỗi mạng dây thì chọn cái có chữ Ethenet
Bước 3: Khởi động lại máy.

Khi bạn khởi động lại, Windows sẽ cài lại những driver còn thiếu, và driver của bạn sẽ trở lại trạng thái ban đầu.

Chúc các bạn may mắn :D

--Tuấn Vũ--