Download

Download
Windows.zip 35 MB
Download
MacOS.zip 44 MB

Comments

Log in with itch.io to leave a comment.

Mods

More Levels

2 Unique Level Themes (Space Base and Caves)

New Buttons for Level Select using game screenshots

Proposed Mods

More Levels

Original Music

Unique Theme for Levels - Specifically, i wanna use each sort of environment theme in game to create 3 different sets of levels, anywhere from 2 - 4 per set. To help achieve making each set unique, i would like help on how to import enemies from the shooter project into this game.

Your proposed modifications sound good. If you want to import assets from the 3D shooter, you can open both projects and drag the assets you want from one into the other. If you want the enemies specifically to maintain their behavior you will need to import all of their dependencies (scripts they use, etc.) as well and make sure they are attached to the enemy prefab correctly. This can be a pretty painful process since some scripts from the 3D FPS are re-used in the 3D Platformer but others are not.

If you really want them imported into the project I would suggest creating a backup of your 3D platformer and then importing the 3D FPS asset package, while turning off anything that would be overwritten by the import, to get the assets and then dealing with any errors that pop up post importing one at a time from the top of the console log to the bottom.