0.3.20 • Published 10 months ago

fortnite-sample v0.3.20

Weekly downloads
-
License
-
Repository
github
Last release
10 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

10 months ago

0.3.19

11 months ago

0.3.18

11 months ago

0.3.17

1 year ago

0.3.16

1 year ago

0.3.15

1 year ago

0.3.14

1 year ago

0.3.13

1 year ago

0.3.12

1 year ago

0.3.11

1 year ago

0.3.9

1 year ago