0.3.20 • Published 2 years ago

fortnite-sample v0.3.20

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

2 years ago

0.3.19

2 years ago

0.3.18

2 years ago

0.3.17

2 years ago

0.3.16

2 years ago

0.3.15

2 years ago

0.3.14

2 years ago

0.3.13

2 years ago

0.3.12

2 years ago

0.3.11

2 years ago

0.3.9

2 years ago