2013年11月10日 星期日

Unity Development Notes

Ultimate FPS by VisionPunk

Q: When integrate with AdvancedAI Pro package, the player layer is reset and enemy unable to find the player. 

A: In UFPS, the layer will be reset and the most easier method to fix is set your player layer to same as they use.

In vp_Layer.cs, the following code is pre-defined layer. To make the player detectable by AdvancedAI just set your Layer 30 as your decided name then my AI is detected the player and attack it properly.

public const int Enemy = 25;
public const int Pickup = 26;
public const int Trigger = 27;
public const int MovableObject = 28;
public const int Debris = 29;
public const int LocalPlayer = 30;
public const int Weapon = 31;


2013年7月23日 星期二

Kindle Resource


Personal Kindle Website

Personal Kindle Email Address (tonylnng@kindle.com)

Tools of Convert PDF to Kindle Format (Calibre)


2013年3月15日 星期五

MySQL Find distance between two lat and long


Fastest way for searching
http://stackoverflow.com/questions/1006654/fastest-way-to-find-distance-between-two-lat-long-points

2012年11月23日 星期五

煲耳機 / headphone - Noise Burn-in Download


煲耳機 / headphone - CASCADE NOISE BURN-IN

2012年7月15日 星期日

Academic Project Idea and Concept (Free to use with Source Code)


More than 500+ free Project abstract available for download. Download of 500+ free academic project idea for student. Academic Software Project Idea, Title, Description and concept for Visual Basic, VB.Net, C#, ASP, ASP.Net, Java, PHP, MYSQL, SQL Server, Oracle technologies. You can get, download the abstract for your project. All are free of cost. You can use this project idea, abstract to complete the project for your semester and final year college submission.

2012年6月21日 星期四

iPhone Open Source Link


50 open source iphone apps

35 Open Source iPhone App





2012年5月5日 星期六

Android Resource


Get ready to start Android Development

Simple way to install .apk to Android without Google Play