Skip to content

The 'Ensign SDK' library, written on dotnet Standard 2.0 and Dotnet Core 2.0, is part of the 'Ensign Library'. With the goal of developing applications using C# for the purpose of building applications, Games, Website and both Server API or Socket Server quickly with the most basic features, with fast deployment, with structure is simple and uni…

License

Notifications You must be signed in to change notification settings

vietdungvn88/ensign-unity

Repository files navigation

Unity Package Example

Installation

https://docs.unity3d.com/Packages/[email protected]/manual/index.html

Use stable version

{
    "dependencies": {
        "com.ensign.unity": "1.0.0"
    },
    "scopedRegistries": [{
        "name": "Ensign Studio",
        "url": "http://dungnv.info:4873",
        "scopes": [
            "com.ensign"
        ]
    }]
}

Use github or local for debugging

{
    "dependencies": {
        "com.ensign.unity": "https://github.com/vietdungvn88/ensign-unity.git#package",
        "com.ensign.unity": "file:D:/Projects/EnsignLib/Ensign.Unity.Package/2018.4",
        ...
    }
}

About

The 'Ensign SDK' library, written on dotnet Standard 2.0 and Dotnet Core 2.0, is part of the 'Ensign Library'. With the goal of developing applications using C# for the purpose of building applications, Games, Website and both Server API or Socket Server quickly with the most basic features, with fast deployment, with structure is simple and uni…

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published