Getting Started

Package Installation 

  • When importing Hewn Core, please ignore the project settings.  These are not necessary (it seems Unity includes these by default for Systems assets).
  • For Hewn Core to function properly, you'll need to import the Custom Physics Authoring sample.  For some reason, this is not part of the Unity Physics package by default.
  • For best performance, enable Burst (Jobs>Burst>Enable Compilation).


Setup

You can easily add the power of Hewn Core in a couple ways:

1) Use an existing scene . . .
  1. Locate the HewnCore_Base prefab and drag it into your scene.
  2. Add a sub scene (Right-click hierarchy, hover New Sub Scene and Empty Sceneā€¦
  3. Locate the SubS_Template (I recommend duplicating it) and drag it into the Scene Asset slot of the newly created empty sub scene.

2) Start with a new scene . . .
  1. Duplicate the S_Template scene. It has everything you need to get started!

Voila! Hewn Core is now active in your scene! Check out the Samples and Guides to get started building your world.