I would start with basic tutorials on moving stuff around in Unity. There might even be a tutorial for doing exactly what you want.
If there is no tutorial for “lethal league blaze” then you’ll have to triangulate to a similar motion that there IS a tutorial for and begin to understand the elemental parts of that movement. Every form of movement is unique.
How to report your problem productively in the Unity3D forums:
This is the bare minimum of information to report:
- what you want
- what you tried
- what you expected to happen
- what actually happened, log output, variable values, and especially any errors you see
- links to actual Unity3D documentation you used to cross-check your work (CRITICAL!!!)
The purpose of YOU providing links is to make our job easier, while simultaneously showing us that you actually put effort into the process. If you haven’t put effort into finding the documentation, why should we bother putting effort into replying?
If you post a code snippet, ALWAYS USE CODE TAGS:
How to use code tags: Using code tags properly