Skip to content

jacobdufault/forge-unity

Repository files navigation

Forge Unity

Forge Unity provides the core Forge bindings to the Unity game engine (version 4.3). There is a sample that demos Forge here.

This project is open source under the MIT license.

Installation

Using Forge in Unity is simple.

  1. Create a new Unity 4.3 project or open an existing one
  2. Copy Forge into your Assets directory
  3. Make sure that you're using .NET 2.0 (not the subset). You can change this by following:
  4. Select Edit in the menu
  5. Select Project Settings
  6. Select Player
  7. Select Other Settings in the player menu
  8. Select Api Compatibility Level and set it to .NET 2.0 (not .NET 2.0 Subset)
  9. Restart Unity (to reload the menu so that Forge appears)
  10. Select Forge in the menu and then Create Level

Inspector / Editor Support

This package contains all of the Forge Unity integration experience, but the editing aspects of Forge Unity require the Full Inspector. It will be available on the Unity Asset Store soon.

About

The core Unity bindings for Forge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages