Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/worldmap.git#upm

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **World Map** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/worldmap.git#upm
```

[![pkglnk](https://www.pkglnk.dev/badge/worldmap.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/worldmap)

README

WorldMap

License: MIT openupm

World Map is a plugin for creating 3D level-select / progression maps in Unity

Demo

Watch the demo on youtube

Demo Video GIF

Installing with openupm

This package is available on the openupm registry. You can install it via openupm-cli.

openupm add com.jonlevin.worldmap

Install via manifest.json (git url)

Alternatively, you can also install by manually modifying your manifest.json:

  1. Add the package to the 'dependencies' section:
"com.jonlevin.worldmap": "git+https://github.com/JonLevin25/WorldMap.git#upm"
  1. add this section enable the project's dependencies (insert before or after the 'dependencies' section)
    "scopedRegistries": [
        {
          "name": "package.openupm.com",
          "url": "https://package.openupm.com",
          "scopes": [
            "com.dbrizov.naughtyattributes",
            "com.openupm"
          ]
        }
    ]

if your manifest cannot be parsed - make sure its valid, then make sure the scopedRegistries are within the root curly braces, but not nested in anything else.

Setting up the demo scene

WorldMap comes with a demo scene that can be used as a template.
To load it (after installing the package):

  1. Open the Package manager (In the menu bar: Window/Package Manager)

  2. Find the WorldMap package (make sure filter is set to "All Packages" or "In Project" )
    It should look something like this:
    Package manager screenshot

  3. Find the demo scene sample, and click "Import in project"

  4. Unity should import the sample to Assets/Samples/<version>/Space Demo

  5. The demo scene should be in that directory

Versioning

SemVer for versioning. For the versions available, see the tags on this repository.

Acknowledgments

  • dbrizov/NaughtyAttributes - used for custom inspectors, repo used as template for github ci + parts of readme
  • openUPM - free platform for hosting / distributing upm packages

Comments

No comments yet. Be the first!