Skip to content

k10czar/K10

Repository files navigation

alt text

Library that help to work in Unity

Scratched with Dungeonland

Started on Star Vikings

Perfected in Relic Hunters Legend

Still evolving...

Add as submodule on your Unity project repository

git submodule add https://github.com/k10czar/K10.git "Assets/Plugins/K10/Core"

Samples

//TO DO

Check out for more K10 Modules

GUI Skinner

DOTS Utils

Audio Tools

Dialog Window System *

Localization Tool *

*To get access our private modules please contact us

How To remove the submodule

  1. Delete from the .gitmodules file:

    [submodule "Assets/Plugins/K10/Core"]

    path = Assets/Plugins/K10/Core

    url = https://github.com/k10czar/K10.git

  2. Delete from .git/config:

    [submodule "Assets/Plugins/K10/Core"]

    url = https://github.com/k10czar/K10.git

    active = true

  3. Run:

    git rm --cached "Assets/Plugins/K10/Core"

  4. Commit the superproject.

  5. Delete the submodule folder Assets/Plugins/K10.

About

Library that help to work with Unity

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages