Skip to main content

Posts

#P2 Kick Start - Unity [Project Settings]

Hi peeps, lets continue our  #space-shooter  project. In this post (#P2), as per tutorial, we are going to set up our project settings. 1) Re-open new project that we have created in  #P1 fist post , and save our scene as "Main" in _Scene folder(newly created). note : The scene must be save in Assets folders. and we can create subfolder for it as well, in this tutorial we going to save in under _Scenes folder. after we managed to save it, we can see in the project explorer, our _Scenes folder, and inside it we can see our main scene. 2) Set our build settings to "Web Player" click file>Build Settings or can use short cut keys (Ctrl + Shift + B) Select web player, and click "switch platform" button. by default PC, Mac & Linux standalone is selected. Now or game will be build to be playable on web player. 4) Set player settings : after we have set the build setting, we click on the "Player Setting..."...

#P1 Kick Start - Unity [Download, Installation, Import]

Hi peeps. Today im going to share, my #Unity Project 1 activities. Basically Unity is a rendering engine that complete with set of intuitive tools and rapid workflows to create interactive 3d and 2d content. My intention is to explore Unity engine and start creating my first game! for today post- i will share my process of downloading unity program, assets and installing them. The following post will be how i going to finish up Unity free game tutorial # space-shooter . Ok Lets get started! 1) Open Unity website, go to the download page. http://unity3d.com/unity 2) Click on the download unity 4.5.5 button. (i ll use this version) note: the size is around 1.21 GB, due to my slow internet connection i took around 4 hours. 3) Install unity  Installation process quite straight forward. 4) Create new project with Unity 5) As im doing the space shooter tutorial, ill download the asset first head to this page :...

Microsoft virtual academy Learning C# note 3

1. uses Console.ReadLine() to read user input. 2. use simpler statement for if condition string message = (uservalue == "1") ? "boat" : "strand of lint"; //WriteLine() can use variable contains text to be print out {o} [appointing message variable] Console.WriteLine("you won = {0}", message); //WriteLine can also be written by passing two variables Console.WriteLine("you won= {0}", message, userValue);

Microsoft virtual academy Learning C# note 2

04 | Dissecting the first C# Program Programming language used is C#, One of two popular programming language to develop .net application .Net framework; class library (library of code that Microsoft wrote to take care difficult task), the Runtime (CLR -Command language runtime) , a protective bubble that ur application lives inside that. Console.WriteLine() example function provided by .Net framework. Solution Explorer    4. .sln file 5. .vcxproj 6. extensible markup language metadata contains file path, previous state of the project, 7. bin directory, output of compilation process. debug folder. start running button/ debug button, contain extra information that allow IDE to track what currently happening inside as its running. 06 | Declaring variable and assigning values duration.  Beginning in Visual C# 3.0, variables that are declared at method scope can have an implicit type var . An implicitly typed local variable is strongly...

Microsoft virtual academy Learning C# note 1

Assalamualaikum and Peace be upon you guys. Yes. Im a malaysian. im saddened over the missing MH370 tragedy. *note that we are not land of witch. okaih~ Keep MH370 in your prayer. Thanks! btw, after long time i realized that Microsoft provide us the learning platform over its Microsoft virtual academy. its just my baby step to study on C# WHY? im interested in doing C# programming for window phone apps!~ :) since, the tutorial shown in video, i guess it would be great if i prepare myself own note for future revision! so here i am.~ if you wanted to learn step by step via video tutorial please do sign up to this windows virtual academy. tonnes of tutorial . awesome tutorial there!  http://www.microsoftvirtualacademy.com/ 1. Open your C: directory and create a folder name HelloWorld *you can create anywhere you want. 2. Open notepad. 3. Write down the hello world code. note that C# is CASE sensitive same like JAVA. ensure that you type it the same as what ive writte...

Tutorial on min3d framework

Salam all. This time I want to share a bit, how I tried out the mid3d framework for the first time. Acknowledge that I am new to android development.   I just follow the tutorial on Mat-d website but there are certain things that I don’t understand how they actually work. Thus I want to share what I did step by step to make this example work. For explanations on coding/steps or errors please visit Mat-d website here J you ll understand more …. mat-d original tutorial load a 3d obl model with min3d for android Step one . Download min3d into your eclipse . Select File>Import>SVN>Checkout projects from SVN Next. Choose radio button : Create a new repository location Next. Enter the svn location http://min3d.googlecode.com/svn/trunk the thing that we want to check out from the svn is the min3d framework code. Step two. Download obj file  www.3dvia.com …you need to register first..it has free acc version.. and download the...