Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hachibei

Pages: [1]
1
Showcase / Re: Chicks Ahead - Cartoon style game for iOS
« on: March 25, 2013, 04:21:33 pm »
I like how the bird tilts itself a bit while flying in the air. It evokes a natural feel to its flight.

Btw, what tool did you use for the bird animations? It seems pretty smooth from the video you posted.

2
Support / Re: Using 1.8 I have a black / corrupt sprite on iPhone? HELP!!
« on: December 27, 2012, 05:36:24 am »
Did you check the camera position if its loaded in iPhone 4? A reproducible scene would really help as well

3
Support / tk2dbutton in tk2dButton.cs does not send function's argument
« on: December 26, 2012, 07:23:03 pm »
Firstly, happy holidays unikron! (well you seems active in the forum ;D).

Now I do not know if this already noted, but the latest tk2dButton.cs does not send argument as part of the message:

Code: [Select]
// line 328 in tk2dButton.cs
if (targetObject)
{
targetObject.SendMessage(messageName);
}

Unity implementation of SendMessage:
Code: [Select]
function SendMessage (methodName : String, value : object = null, options : SendMessageOptions = SendMessageOptions.RequireReceiver) : void
Source: http://docs.unity3d.com/Documentation/ScriptReference/GameObject.SendMessage.html:


I do have a message handler of my own so this here is just a heads up for unikron (unless he already fixed it for the next version of course 8)).

Pages: [1]