This page covers the most frequently asked questions. Please read these before contacting support.

FAQ

Is there a tutorial or something ?

Well you’re reading the documentation right now so it’s a good start. The asset includes a complete documentation of all the classes of the HighRoad Engine. Plus, the code is heavily commented, so understanding it shouldn’t be too hard.

When will you release the update X or feature Y ?

When it’s done.

Can you develop that feature that I really need ?

I don’t take requests, paid or not. You can of course express your interest in a new feature, but in the end I’m the one who decides what I do with the Engine. My goal is to create a strong yet generic basis for a racing game, that will allow everyone to create their own game. If your request is very specific, it probably won’t make it.

What are the minimum prefabs I need to start a level from scratch ?

Look at the tutorials available on the left navigation menu, they start from scratch.

I downloaded the asset and it’s not working / I don’t have all the files

First, start by making sure you’re running the latest current version of Unity. Then try downloading the asset again.

The asset is not working with my gamepad!

Controls have been set up for touch devices, keyboard and xbox pc gamepad. Obviously including support for every gamepad/configuration would be impossible, so I just went with the most common configuration. Luckily for you, this has nothing to do with the HighRoad Engine, and is really a general Unity matter. You should be able to find the right conf by googling it or on the Unity forums. Key binding is set up in the engine like in any other Unity project, via Edit > Project Settings > Input.

The asset is crashing on my device!

My guess is it’s a performance issue.

  • does it work in the editor ? If it works in the editor, your device may not be powerful enough to run it.

  • does the TinyCar TheBean scene alone work on your tablet ? If it works, your device may not be powerful enough to run larger levels.

This is a general Unity performance problem, nothing really specific to the engine I’m afraid. If you absolutely want to run it on that device, aim for smaller assets, less decoration or effects, stuff like that. You may want to disable camera effects like blur or depth of field, they’re not very mobile friendly.

Where can I change the input settings ? I don’t like pressing A to accelerate!

Like in any good Unity project, the settings are defined in the Input Manager. You can access it via Edit > Project Settings > Input.

How can I add my own mobile controls, or the ones from that asset I bought ?

If you look at the current mobile controls, you’ll see that each button has its various events (button pressed, released, etc…) bound to methods in the InputManager class. As you’ll see, this class is full of simple methods like MainAction(), LeftAction(), etc… It acts like a remote for your vehicle. If you want to replace the mobile controls included in the asset with your own, you just have to remove these, and bind your new buttons/controls to these InputManager methods.

What programming language is the asset written in ?

C#

Am I allowed to use the code in more than one project ? Can I modify the source code or the visual assets ?

Once you’ve bought the asset you can do anything you want with the source code, you’re just not allowed to redistribute it (offer it for free, sell it anywhere, etc).

You can of course use that code to create commercial games and sell these, just don’t redistribute the contents of the asset. And yes you can modify it, use it in more than one project. It’s yours now!

Can I just compile the asset and upload it without changing anything to Google Play, Steam Greenlight or the Apple Store ?

Well no you can’t. Although this sounds like a genius masterplan, I’m afraid it’s not legal. Be imaginative, create your own game. Of course you can use the asset as a basis, that’s what it’s for.

I really love the asset, is there any way I can help ?

Of course, you could put a nice note or review on the asset on the Asset Store.

Who are you? What is More Mountains?

My name is Renaud Forestié, I’m a French game designer from Bordeaux. I also do illustration work and I’m available for freelance work. I founded More Mountains, my creative studio, in 2015, after 15 years spent as a freelance art director and game designer. For the HighRoad Engine I had the help of my friend Julian who took care of the Networking part (the hard part) and most of the racing code.

Got another question ?

Are you sure it’s not answered above ? Then you can join the discussion on the Unity Forum thread, or send me a message using the support email on the asset’s page. Or you can use the form below. It’s up to you :)