update cf ci
parent
98703f78ef
commit
9d8b7378c6
|
|
@ -4,7 +4,7 @@ env:
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- $SUBFOLDER/**
|
- Documentation/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-docs:
|
publish-docs:
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
This page has a brief explanation of each of the samples included in VelNetUnity. To install a sample, go to the Package Manager, and use the Import buttons in the Samples tab on the VelNet package (`Window->Package Manager->VelNet->Samples`).
|
This page has a brief explanation of each of the samples included in VelNetUnity. To install a sample, go to the Package Manager, and use the Import buttons in the Samples tab on the VelNet package (`Window->Package Manager->VelNet->Samples`).
|
||||||
|
|
||||||
## Basic Example
|
## Basic Example
|
||||||
|
This sample is designed to be as minimal as possible. It automatically joins a room and spawns a controllable player character for every client that joins.
|
||||||
|
|
||||||
## Full Example
|
## Full Example
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue