Orange JUICE (Off-Topic)
No worries.
Okay, I played it now!
Here's some quick thoughts. The core idea is pretty fun, and you obviously put some care into the pieces. IE, the bats have a bit larger hitbox, and the demon dudes scale up nicely. Now a little input juice will go a LONG way. Here's Jan Williamson of Vlambeer (Super crate box, ridiculous fishing, Etc) on it, https://www.youtube.com/watch?v=AJdEqssNZ-U Also required viewing, Juice it or lose it by Grakefrukt
https://www.youtube.com/watch?v=Fy0aCDmgnxg
You can probably put a bunch of juice in under a couple of hours and the game will just feel tremendously better. Grab iTween from the asset store, add some dirt simple camera shake when the arrow hits, call this, (this is in C#)
Hashtable ht = new Hashtable();
ht.Add("x",1.0f);
ht.Add("y",1.0f);
ht.Add("time",.5f);
iTween.ShakePosition(Camera.main.gameObject, ht)
Take a look at the arrows in towerfall, those feel *really* great. so implement something like that and it will feel really great.
Finally, try out some simple animations, the animations system in Unity 4.3 is actually pretty great! It's really easy to get a sprite sheet in and get to work.
Complete thread:
- I released an iOS game, Dutch Archer -
kidtsunami,
2014-03-25, 09:32
- Currently rated as 5 stars with 8 reviews!
- Xenos, 2014-03-25, 09:57
- best part is my cousin's review -
kidtsunami,
2014-03-25, 10:01
- best part is my cousin's review - Xenos, 2014-03-25, 10:05
- best part is my cousin's review -
kidtsunami,
2014-03-25, 10:01
- I released an iOS game, Dutch Archer -
electricpirate,
2014-03-25, 19:01
- I released an iOS game, Dutch Archer -
kidtsunami,
2014-03-26, 02:15
- Orange JUICE -
electricpirate,
2014-03-26, 04:34
- Orange JUICE *OH MOST DEFINITELY* - kidtsunami, 2014-03-26, 07:22
- Orange JUICE -
electricpirate,
2014-03-26, 04:34
- I released an iOS game, Dutch Archer -
kidtsunami,
2014-03-26, 02:15
- Congrats! - breitzen, 2014-03-25, 20:44
- Currently rated as 5 stars with 8 reviews!