World Core Tutorial 1

This tutorial shows how to set up your root model and root view, and how to create a single static object in the world. github

~

On the localhost notebook:

git clone https://github.com/croquet/worldcore.git cd worldcore/tutorial/tutorial1 npm i npm start

> @croquet/worldcore-tutorial1@1.2.0 start > webpack serve --mode development

asset `main-395311ee.js` 2.73 MiB [emitted] … and uploaded to remote wiki host:

pages/world-core-tutorial-1

Add to `index.html`:

<script defer src="main-395311ee.js"></script>

**Frame**:

//wiki.ralfbarkow.ch/assets/pages/world-core-tutorial-1/index.html

DevTools:

~

Difference between Actor and Pawn ? forums.unrealengine.com

Policy Controlled Features. github