Skip to content
This repository was archived by the owner on Aug 24, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unity Sample Project
==================

> [!WARNING]
> **Deprecated:** this sample project is no longer maintained or supported.
> For up-to-date sample projects and demos from Heroic Labs, see the
> [Sample Projects](https://heroiclabs.com/docs/sample-projects/index.html) page.

<img width="100%" src="./PiratePanic/Assets/PiratePanic/Documentation/Images/Battle_Screenshot.png">

## Welcome to "Pirate Panic" !
Expand Down Expand Up @@ -87,14 +92,6 @@ The Unity Editor is required. Download it from <a href="https://unity3d.com/get-

Now the **Standalone** is playing against the **Unity Editor**. Enjoy!

## Contribute

GitHub issues and pull requests are welcome. If you're interested in enhancing the code please open an issue to discuss the changes or drop in and discuss it in the [community forum](https://forum.heroiclabs.com).

To modify the Typescript remote procedure calls (RPCs), install Node Package Manager (NPM), run `npm install` and `npx tsc` from the `ServerModules` folder, and restart the server.

More documentation on working with the Nakama Typescript runtime can be found here: https://heroiclabs.com/docs/runtime-code-typescript-setup/

### License

This project source code and documentation is licensed under the [Apache-2 License](https://github.com/heroiclabs/unity-sampleproject/blob/master/LICENSE). All images, graphics, and other non-code resources are licensed under [CC BY-NC-ND](https://creativecommons.org/licenses/by-nc-nd/4.0/). Please reach out on a GitHub issue if you have any questions.
Expand Down