arcpaster.blogg.se

Unity 3d platformer
Unity 3d platformer









  1. Unity 3d platformer windows 10#
  2. Unity 3d platformer download#

Unity-chan! folder: contains the character we need in this game demo. Textures folder: contains 8 textures, including Floor texture, StartFinish texture and so on.

Unity 3d platformer download#

Download from the Unity Asset Store, you can download them here. Give your project a name (Unity FPS Tutorial in my case, but you can name it however you want) Select the destination for your project. SkyBox folder: contains skyboxes we need in this game demo. Scripts folder: contains all 16 customized C# scripts we need in this game demo. Scences folder: contains 5 scenes, including Main Menu Scene, Level 001, Credits and so on. Prefabs folder: contains 3 prefabs we will use in this game including DoubleBaseBlock and so on. Objects folder: contains gem objects we will use in this game, there are also several sub folders(prefabs, gems and models) under this folder. Materials folder: contains 11 materials we will use in this game including Floor material, Gem material, Finish Game material and so on. Under Assets folder, there are altogether 11 subfolders:Īnimation folder: contains 8 animations we will use in this game including fade in / out, platform movement and so on.Īudio folder: contains 6 sound files we will use in this game including Main Menu BGM, Click sound, Pause Game sound and so on.įonts folder: contains 1 font we will use in this game( Good Times font). The whole project in Unity contains two main folders, Assets folder and Package folder. To open a Project, you must select the main Project folder, rather than a specific file.įor this game, just select the Unit圓D_A-Simple-3D-Platform-Game-Demo folder and open this project. Note that a Unity Project is a collection of files and directories, rather than just one specific Unity Project file.

unity 3d platformer

To open an existing Unity Project stored on your computer, click the Project name in the Projects tab, or click Open to browse your computer for the Project folder. Open the Unity Hub, from the Home Screen, click Projects to view the Projects tab.

Unity 3d platformer windows 10#

I use Unity2019.3.11f1 and JetBrain’s Rider IDE for this project under Windows 10 environment.ĭownload this repo, open(or unzip and open) the Unit圓D_A-Simple-3D-Platform-Game-Demo folder. When the player goes to the end position successfully, total earned score is displayed, player position is freezed and a fade out effect appear and the level ends. If the player falls out of the platform then the player is dead. Gems with different color have different scores( silver for 500 score, green for 1000 score and red for 1500 score). There are several blocks and gems with different materials in this game, player can collect gems to gain scores. User can control the character(Unity Chan in this game) walking and running by pressing (holding) W, A, S, D buttons or arrow buttons, jumping by pressing E button. In this game demo, user needs to go from the start position to the end position.

unity 3d platformer

This is a very simple 3D platform game demo made by Unit圓D Engine according to the Jimmy vegas Unity Tutorials. A simple 3d platform game demo based on Unit圓D game engine.











Unity 3d platformer