Categories
PC Nerding

Why I will give my money to Michael, again.

51Calling by it’s first name a CEO is usually “not educate” but his company’s product is one of my best friends, making him a friend too.
Long story short, a couple days ago I found out that my old Dell XPS M1730 lappy was able to reproduce 5.1 audio without an external sound card or adapter. It fucks my mind to see an output cable plugged into a microphone hole, which is supposed to be an input, but it works and it works pretty well. I have this pc since 2008, at the time the possibility of having a 2,8ghz dual core and two Nvidia 8800M GTX in a laptop surprised me a lot, and sometimes this laptop still surprises me.

And this why, when time will come, I will only replace this laptop with another from this series.

Categories
Game Development PC Nerding

Odd

This script works well while in Unity Editor
GameObject obj = new GameObject("MyObject");
MyScript s = obj.AddComponent();
s.MethodThatInstantiateSomething("argument");

But when calling it in a Android APK it return a Null Pointer Reference error when calling MethodThatInstantiateSomething, at the line where Instantiate() is called.

Odd.

Categories
Game Development Personal Life

2013

Holidays are gone. For me they didn’t even start, I kept working on my big project: going the indie way.
This year I decided to take part in One Game A Month, a competition requiring to release at least twelve game a year.
I know most of them will be simple games like the ones I make during game jams/competitions but I hope to release at least one, maybe two, commercial games.
That’s it, I want nothing more from my 2013, only a bunch of games.

Stay tuned!