Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Awesome! Take a look at Godot Engine. It's completely free (open-source) and no royalty cut if you succeed. It also deals with some nuances that Unity has (moderately advanced stuff). Offers 4 languages (visual script, gdscript, C# and C++). Visual script is like blueprints in unreal. gdscript is their own dynamic language (much like python + javascript kinda thing), C# - well, no need to explain this and C++ - they call it GDNative. It's their own system that allows you to create custom nodes (base entity in godot) in C++ without recompiling the entire engine .

I will most definetly take a look at it. I think ill stick with unity as my next engine (if only because i got a bunch of books as gifts on how to use blender and unity together from friends and family) but godot seems pretty cool and I think id love to learn it on the side. 

(+1)

Fair enough. Unity is a great engine, you will have tons of fun.

Thanks! ^^