Quantcast
Channel: Latest Questions by alienx2
Browsing all 10 articles
Browse latest View live

Countdown script problem...plus zoom in/out...

I solved the code: (^_^).bvar Num : int = 5; function Start () { Readyfunc(); } function Update() { if (Num > 0 ) { CountDown(); } else if (Num == 0) { CountDown(); } } function CountDown() { if...

View Article



2D Enemy AI X-way only

I tried learn tutorial from youtube that about "myTransform.position += myTransform.position.forward * moveSpeed * Time.deltaTime;" and its for XYZ.then i tried made for 2D Enemy walk X-way only but...

View Article

Unity Android/iphone controller with mouse for Test....

I made own game with dual touchpad and i test with unity test game so i cant click anything with my mouse then second i tested penelope (from example projects in unity) so still not work.. :(I tried...

View Article

Animation.Play(useVar)

Before i talk about this, take a look below and also error log.Code: //FOR ANIMATION static var leveldiff : String = "lv1easy"; private var num001; private var num002; private var num003; private var...

View Article

Image may be NSFW.
Clik here to view.

Can't Connect to SQLite after Build.....

I have problem about between SQLite and Unity.. look below:In Unity Editor (Working)After Build, Unity Web player (Not Work)I tested on HTTP and localhost and root folder...Why its not showing up in...

View Article


Countdown script problem...plus zoom in/out...

I solved the code: (^_^).bvar Num : int = 5; function Start () { Readyfunc(); } function Update() { if (Num > 0 ) { CountDown(); } else if (Num == 0) { CountDown(); } } function CountDown() { if...

View Article

2D Enemy AI X-way only

I tried learn tutorial from youtube that about "myTransform.position += myTransform.position.forward * moveSpeed * Time.deltaTime;" and its for XYZ.then i tried made for 2D Enemy walk X-way only but...

View Article

Unity Android/iphone controller with mouse for Test....

I made own game with dual touchpad and i test with unity test game so i cant click anything with my mouse then second i tested penelope (from example projects in unity) so still not work.. :(I tried...

View Article


Animation.Play(useVar)

Before i talk about this, take a look below and also error log.Code: //FOR ANIMATION static var leveldiff : String = "lv1easy"; private var num001; private var num002; private var num003; private var...

View Article


Image may be NSFW.
Clik here to view.

Can't Connect to SQLite after Build.....

I have problem about between SQLite and Unity.. look below:In Unity Editor (Working)After Build, Unity Web player (Not Work)I tested on HTTP and localhost and root folder...Why its not showing up in...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images