1.2.8 • Published 4 months ago

com.playdarium.unity.serialize-property-serializer v1.2.8

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 months ago

Serialize Property Serializer

NPM package License: MIT

Installing

Using the native Unity Package Manager introduced in 2017.2, you can add this library as a package by modifying your manifest.json file found at /ProjectName/Packages/manifest.json to include it as a dependency. See the example below on how to reference it.

Install via OpenUPM

The package is available on the npmjs registry.

Add registry scope

{
  "dependencies": {
    ...
  },
  "scopedRegistries": [
    {
      "name": "Playdarium",
      "url": "https://registry.npmjs.org",
      "scopes": [
        "com.playdarium.unity"
      ]
    }
  ]
}

Add package in PackageManager

Open Window -> Package Manager choose Packages: My Regestries and install package

Install via GIT URL

"com.playdarium.unity.serialize-property-serializer": "https://github.com/Playdarium/serialize-property-serializer.git#upm"

Usage

Example of usage you can find in ExampleUsageTest.cs

1.2.8

4 months ago

1.2.7

4 months ago

1.2.6

4 months ago