0.3.20 • Published 9 months ago

fortnite-sample v0.3.20

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

Fortnite UI in Unity

Video Guide: https://vimeo.com/995357601

This sample code is meant for OneJS users.

Quick Start

  • npm install fortnite-sample
  • Setup SampleCharacter in scene
  • Add tailwind stylesheet to ScriptEngine
  • Test the <FortniteSample /> preact comp like below:
import { h, render } from "preact"
import { FortniteSample } from "fortnite-sample"

const App = () => {
    return <FortniteSample />
}

render(<App />, document.body)
0.3.20

9 months ago

0.3.19

10 months ago

0.3.18

10 months ago

0.3.17

11 months ago

0.3.16

11 months ago

0.3.15

11 months ago

0.3.14

11 months ago

0.3.13

11 months ago

0.3.12

11 months ago

0.3.11

11 months ago

0.3.9

12 months ago