Friday, May 30, 2014

Coding Language in Unity3D

Known that the problem is that I don't know the coding language that I can't make a search bar so far. I decided to start learning the coding(scripting) language even though there is no time to do this.


-Choosing the default Script Editor

-Creating a new Script

-Editing a Script

-Variables

-Function Update{}

-Viewing and Editing Variables in-editor

-Attaching script to a Game Object in the Scene

-”Playing” the Game

GUI.TextField
static function TextField(positionRecttext: string): string;
static function TextField(positionRecttext: string, maxLength: int): string;
static function TextField(positionRecttext: string, styleGUIStyle): string;
static function TextField(positionRecttext: string, maxLength: int, styleGUIStyle): string;

GUI.Button
static function Button(positionRecttext: string): bool;
static function Button(positionRectimageTexture): bool;
static function Button(positionRectcontentGUIContent): bool;
static function Button(positionRecttext: string, styleGUIStyle): bool;
static function Button(positionRectimageTexturestyleGUIStyle): bool;
static function Button(positionRectcontentGUIContentstyleGUIStyle): bool;




However, it still doesn't work for me.Knowing that it is impossible to learn and use scripting language to create a search bar in Unity3D I am sorry to admit that I cant finish the "Search Bar" task for our group in such short time.

No comments:

Post a Comment