Real Estate Tycoon is a flexible city simulator time management game kit that engages the player with its simple and addictive mechanics. This kit provides 3 modes to play including Time-Trial, Endless and Career, each bringing different missions and game play to your users. The kit uses a very flexible design and you can use it to build a 2D or 3D game at no time. You can also use the codes and classes to learn how to build a similar time-management tycoon game from scratch.
The core system is very flexible and you can easily modify it to build other prototypes. There is absolutely no limitation what you can do with this package.
Iām open to new ideas and Iām willing to extend the kit with new features. Can you describe your idea with more details? Iām not sure if I understood what exactly you want.
Very nice assets. I am having bit of trouble findiing out where certain values are stored for time trail for best score, it never seems to change, nor how to perhaps save a default value.
You need to go to āGame-c#ā scene, select the ā__GlobalGameController-c#ā from the hierarchy and set the following variables via inspector window:
public int availableTime = 300; //Seconds
public int timetrialGoalBalance = 10000; //Dollars
public int startingBallance = 100;
Hi is the asset being supported currently. Planing to buy but would need help with some features. If you are willing to add new features would like to buy it. I am not a coder but planing to implement my idea.
Yes, the asset is alive and will be updated on a regular basis (new versions of Unity, fixes, new features)⦠If you want new custom features to be added to the kit, kindly contact us hereand we can discuss the details from there.
i have buy your asset before 3 days, i use unity 2018.2.18f1 and when import asset i canāt run because give this ( Assets/RealEstateTycoon-Gamekit/C#-Assets/Scripts/Controller/BackButton.cs(15,9): error CS1070: The type `UnityEngine.AudioClipā has been forwarded to an assembly that is not referenced. Enable the built in package āAudioā in the Package Manager window to fix this error. )
Please use the exact same version of Unity which is stated on the product page. The game kit might not be compatible with newer versions of Unity as of yet.
Please also make sure that you are loading the kit into a blank project.