Skip to content

Swiggies/FlaxPrototypeTools

Repository files navigation

Prototype Tools for Flax Engine

This plugin adds some very basic tools to help you blockout a level in the Flax Engine. Every actor is easily placeable in a scene with easily changeable parameters for each different object.

Now finally has SDF generation! You can see how lighting will look while you blockout your level!

THIS SHOULD ONLY BE USED TO PROTOTYPE LEVELS

Since all the geometry is procedural it gets created at runtime and can slow down games. This is much more true with SDF generation. You have been warned.

Currently it has:

  • Cubes
  • Cylinders
  • Ramps
  • Linear Stairs

image flaxprototype

I plan on adding more as they are needed but I felt that these were the basics of getting any basic level blocked out.

Installation

  1. Clone this repo into <game-project>\Plugins\FlaxPrototypeTools

  2. Add reference to the PrototypeTools project in your game by modyfying your games project file (<game-project>.flaxproj) as follows:

...
"References": [
    {
        "Name": "$(EnginePath)/Flax.flaxproj"
    },
    {
        "Name": "$(ProjectPath)/Plugins/FlaxPrototypeTools/PrototypeTools.flaxproj"
    }
]
  1. Restart/Start Editor

  2. Try it out! Drag in a prototype actor from the toolbox.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages