Author Topic: Unity / Ludum Dare  (Read 2842 times)

0 Members and 1 Guest are viewing this topic.

Anyone been building games in Unity? And/or creating games for the Ludum Dare contest?

I've had the hankering to try to build a game in unity myself but the programming is a bit of a barrier. Got as far as getting a player avatar to move in unity in a broken way and then got a bit discouraged but hopefully will pick it up again soon. There does seem to be some great commercial games made with the thing.

EDIT - added some links

Oh sorry.

http://www.ludumdare.com/

and

http://unity3d.com/

Also I incidentally watched this video of a dude using unity to make a simple platformer. He did quite a bit for just a weekend:

http://www.youtube.com/watch?v=L2P2kmy9UwA

Not sure it works on youtube, he's on twitch too.
« Last Edit: November 29, 2013, 04:20:14 pm by Akalabeth Angel »

 

Offline MatthTheGeek

  • Captain Obvious
  • 212
  • Frenchie McFrenchface
C'mon, you could at least link the thing. How do you expect us lazy bums to comment on the topic if you don't at least do that :p

I've done a fair bit of Unity at work so I have at least a basic understanding of it.
People are stupid, therefore anything popular is at best suspicious.

Mod management tools     -     Wiki stuff!     -     Help us help you

666maslo666: Releasing a finished product is not a good thing! It is a modern fad.

SpardaSon21: it seems like you exist in a permanent state of half-joking misanthropy

Axem: when you put it like that, i sound like an insane person

bigchunk1: it's not retarded it's american!
bigchunk1: ...

batwota: steele's maneuvering for the coup de gras
MatthTheGeek: you mispelled grâce
Awaesaar: grace
batwota: oh right :P
Darius: ah!
Darius: yes, i like that
MatthTheGeek: the way you just spelled it it means fat
Awaesaar: +accent I forgot how to keyboard
MatthTheGeek: or grease
Darius: the killing fat!
Axem: jabba does the coup de gras
MatthTheGeek: XD
Axem: bring me solo and a cookie

 
Oh sorry.

http://www.ludumdare.com/

and

http://unity3d.com/

Also I incidentally watched this video of a dude using unity to make a simple platformer. He did quite a bit for just a weekend:

http://www.youtube.com/watch?v=L2P2kmy9UwA

Not sure it works on youtube, he's on twitch too.

 
Also any aspiring game designers who feel overwhelmed might find giving this free game a go:

http://jimmakesgames.com/****ty-quest/

Short but pretty decent.

And here's the guy doing ludum dare on twitch as well:

http://www.twitch.tv/jimplaysgames/profile/pastBroadcasts


The thing that I found cool about him creating the game in unity is not only did he put together a decent game in just a weekend, but also that in Unity you can basically program and test on the fly. In Freespace for example you need to FRED, then go and test, then FRED some more, then test. But in Unity just program, run it, program, run it some more etcetera until things feel right get the physics down and then you can start adding the artwork and so forth. Seems pretty powerful. .

 

Offline BloodEagle

  • 210
  • Bleeding Paradox!
    • Steam
Your language filter appears to have broken the link.

 
Your language filter appears to have broken the link.

Gorram.

Well just go here:
http://jimmakesgames.com/

And it's "****ty Quest".
He also has the ludum dare and um, another shooter that he made there as well. But the ****ty quest one had an interesting story I would say.

 

Offline Nuke

  • Ka-Boom!
  • 212
  • Mutants Worship Me
unity is what ksp is built on. you have to download the engine (one mother****ing gigabyte) to make ksp mods.

i personally dont like it because it relies too much on .net. games should be written in machine code.
« Last Edit: December 01, 2013, 08:11:51 pm by Nuke »
I can no longer sit back and allow communist infiltration, communist indoctrination, communist subversion, and the international communist conspiracy to sap and impurify all of our precious bodily fluids.

Nuke's Scripting SVN

 

Offline Dragon

  • Citation needed
  • 212
  • The sky is the limit.
Yeah. Unless they make a PCS2 equivalent, I won't be modeling for KSP, I'm afraid. Unity is just too big for what it does. Sure, it can do other things, too but it's not like they're of any use for KSP.

 

Offline Nuke

  • Ka-Boom!
  • 212
  • Mutants Worship Me
what they did is based their dev tools on unity. you load the part tools into a project, set it up, and it exports your parts. it has its pros and cons. since it only outputs models and textures, which is what you put into it, so its kind of redundant if you ask me. on the other hand it does automate a lot of the crap that comes with editing parts. once you have set up the scene you can save it and re-load it if you ever have to change something. it also has a pretty good cockpit editor, you can place props and see what they will look like in game. you can also place effects, which i haven't had a need for yet. you still have to hand edit cfgs, and compile plugins to dll with visual studio (or mono dev). so its not a complete package.
I can no longer sit back and allow communist infiltration, communist indoctrination, communist subversion, and the international communist conspiracy to sap and impurify all of our precious bodily fluids.

Nuke's Scripting SVN

 

Offline coffeesoft

  • 28
  • Bip Bip
A free 3D Engine that use Scripts and actions as well.

http://www.3drad.com/

Is focusized on Racing and Flying games but can be used for anything, i know is less powerful but can be used without programming.



 

Offline The E

  • He's Ebeneezer Goode
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Yeah. Unless they make a PCS2 equivalent, I won't be modeling for KSP, I'm afraid. Unity is just too big for what it does. Sure, it can do other things, too but it's not like they're of any use for KSP.

Unity, even in its raw state, is way more accessible than the FSO Modding stack.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

 

Offline Nuke

  • Ka-Boom!
  • 212
  • Mutants Worship Me
i have to agree with the e here. unity is pretty approachable. its much easier to edit hierarchy for example (with pcs2 you pretty much have to feed it a model with perfectly setup hierarchy). you also pretty much have full control over physics objects, like collision meshes. pcs2 you just have to hope it got it right. then you got things pcs2 cant even do, like edit keyframe animations, or manage all your assets. its a powerful little editor.

i still wouldn't use it, im one of those lunatics who has to write everything himself.
« Last Edit: December 06, 2013, 01:50:13 pm by Nuke »
I can no longer sit back and allow communist infiltration, communist indoctrination, communist subversion, and the international communist conspiracy to sap and impurify all of our precious bodily fluids.

Nuke's Scripting SVN