rftr

LD25

Unity 4 Bug?

Long story short: I’ve basically got the following setup:

public class A : MonoBehaviour {}
 public class B : A {}
 ...
 public class C : MonoBehaviour {
 public A[] a;
 }

I’ve got an instance of C in the scene, and I can drag neither A nor B into it in the inspector. Not the biggest problem, but a little annoying (or maybe I’m just overlooking something really dumb).

25% milestone

Well, I’ve been awake for 24 hours. I’m not totally drained, but I can feel myself losing focus, so I think I’ll pack it in for now.

What the hell am I making? A shooter. I’ve got the basic mechanics functional, but I have no idea what I’m going to be doing for visual or audio polish (no skill in either). Everything’s placeholder at the moment… blah.

Hopefully real life won’t interfere too much tomorrow.

Midnight update

I was inactive for longer than I’d have hoped today, but I’ve still made some progress. Anyway, screenshot:

screenie

The rough-and-tumble of this is that you’ve got a constant stream of cannon fodder strolling towards the “player” (not you — you’re the, uh, bad guy here, remember?), and you can call in more specialised/powerful “enemies” as the game progresses. As you can see, I’m still hilariously short on content and hilariously awful at art/UI layout.

That’s it for now!