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.
Using Forge in Unity is simple.
- Create a new Unity 4.3 project or open an existing one
- Copy
Forgeinto yourAssetsdirectory - Make sure that you're using .NET 2.0 (not the subset). You can change this by following:
- Select
Editin the menu - Select
Project Settings - Select
Player - Select
Other Settingsin the player menu - Select
Api Compatibility Leveland set it to.NET 2.0(not .NET 2.0 Subset) - Restart Unity (to reload the menu so that
Forgeappears) - Select
Forgein the menu and thenCreate Level
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.