Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

adrielpremer

3
Posts
A member registered Feb 11, 2020

Recent community posts

also you program mostly in C# in unity. Java is not an option and it's not written in java either. It's written in C++.

you don't seem to know what you are talking about with unity. Really not xD


Unity is fantastic for windows, mac and linux. Small problem with Android having to get the apk and such and add it to unity.  Try it yourself.

What you have made is really cool. especially the blender part. I see 2 issues though. if it was to be a  massive game. 


1. If you wander for long. The amount of inactive objects piling up grows out of hand. A suggestion would be to save the values as a player pref or something and then recreate it if you should return to them. 

2. if you wander for too far. you can get to an area where unity  based programs renders stuff badly.  try 20000x,0,0 and move around. A solution to this would be to normalize the positions once a while.so you technically are moving around in 100x,100y, it's just treated differently for the code.