Your Announcements

First 3D Demo – CPUFreak91

CPUFreak91

Member

Posts: 2337
From:
Registered: 02-01-2005
As some of you may know I bought myself a license for Unity 2.0. Here's my first 3D demo/game ever! To play it you need Windows/MacOS, Firefox, Safari, or Internet Exploder and the Unity Web Player Browser Plugin.
(Bear in mind that I've only had about 40 hours experience in the 3D field so it's not pretty . I used existing models and textures).

Here's the source code:

//MoveTank.boo
import UnityEngine

class TankMove (MonoBehaviour):
private speed as int = -10

def Update ():
transform.Translate(Vector3.forward * (Time.deltaTime*speed)) //Move along x-axis


Simple, no?

------------------
All Your Base Are Belong To Us!!! chown -r us ./base
"After three days without programming, life becomes meaningless.'' -- Tao of Programming Book 2

"Oh, bother," said the Borg. "We've assimilated Pooh."

Any fool can know, the point is to understand. -- Albert Einstein

My Programming and Hacker/Geek related Blog

[This message has been edited by CPUFreak91 (edited October 14, 2007).]

zookey

Member

Posts: 1902
From: Great Falls, Montana, USA
Registered: 04-28-2002
I like it :-) Keep up the good work man!! Can you make something interactive with this? Did you make the Unity plugin?

------------------

CPUFreak91

Member

Posts: 2337
From:
Registered: 02-01-2005
quote:
Originally posted by zookey:
I like it :-) Keep up the good work man!!


Thanks.

quote:

Can you make something interactive with this?


I plan to.

quote:
Did you make the Unity plugin?


No. I'm not that genius.... yet

------------------
All Your Base Are Belong To Us!!! chown -r us ./base
"After three days without programming, life becomes meaningless.'' -- Tao of Programming Book 2

"Oh, bother," said the Borg. "We've assimilated Pooh."

Any fool can know, the point is to understand. -- Albert Einstein

My Programming and Hacker/Geek related Blog

JeTSpice
Member

Posts: 433
From: La Crosse, Wisconsin, USA
Registered: 06-10-2006
Nice!
HeardTheWord

Member

Posts: 224
From: Des Moines, IA
Registered: 08-16-2004
Great stuff!

I bought an indie license for Unity as well. The thing I love about it is how easy you can import 3d assets. I grabbed a couple tree models off of a website and got them in the editor with no problems.

Hey, if you're looking for good looking textures (especially for terrain) check out cgtextures.com. There is a quota on how much you can download a day but they are free and high quality. The only problem is you have to make them into tiles by hand.

CPUFreak91

Member

Posts: 2337
From:
Registered: 02-01-2005
quote:
Originally posted by heardtheword:
The thing I love about it is how easy you can import 3d assets. I grabbed a couple tree models off of a website and got them in the editor with no problems.


I love the API and the ability to use several languages in a unity app.

quote:

Hey, if you're looking for good looking textures (especially for terrain) check out cgtextures.com. There is a quota on how much you can download a day but they are free and high quality. The only problem is you have to make them into tiles by hand.


Ooh! Thanks for the link!

------------------
All Your Base Are Belong To Us!!! chown -r us ./base
"After three days without programming, life becomes meaningless.'' -- Tao of Programming Book 2

"Oh, bother," said the Borg. "We've assimilated Pooh."

Any fool can know, the point is to understand. -- Albert Einstein

My Programming and Hacker/Geek related Blog