Skip to content

Commit 4abfe28

Browse files
authored
Merge pull request #1 from myunitytools/update/repository
[Update] Migrate repository to My Unity Tools
2 parents 60204c2 + 42a7d92 commit 4abfe28

File tree

4 files changed

+32
-11
lines changed

4 files changed

+32
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Change Log
2+
===
3+
4+
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
5+
6+
## [1.1.0] - 2022-09-13
7+
- Changed: Moved repository to My Unity Tools organization
8+
- Changed: Updated package name and author
9+
10+
## [1.0.0] - 2022-09-05
11+
- Initial Release.
12+
13+
[1.1.0]: https://github.com/myunitytools/scene-loader/compare/1.0.0...1.1.0
14+
[1.0.0]: https://github.com/myunitytools/scene-loader/compare/f2b6582...1.0.0

CHANGELOG.md.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
![License](https://img.shields.io/github/license/joaoborks/myunitytools-sceneloader)
2-
![Release](https://img.shields.io/github/v/release/joaoborks/myunitytools-sceneloader?sort=semver)
3-
![Last Commit](https://img.shields.io/github/last-commit/joaoborks/myunitytools-sceneloader)
1+
![License](https://img.shields.io/github/license/myunitytools/scene-loader)
2+
![Release](https://img.shields.io/github/v/release/myunitytools/scene-loader?sort=semver)
3+
![Last Commit](https://img.shields.io/github/last-commit/myunitytools/scene-loader)
44

5-
My Unity Tools - Scene Loading
5+
Scene Loader
66
===
77

88
_A package that standardizes the scene loading process among many different possibilities, including support for Coroutines, C# Tasks, UniTask and Addressables._
@@ -12,15 +12,15 @@ Installation
1212

1313
#### - For 2019.1+: [Installing from a git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html) _(requires [Git](https://git-scm.com/) installed and added to the PATH)_
1414
You can open the Package Manager and then click on the `+` button on the top left corner.
15-
From there select `Add package from git URL...`, type `https://github.com/joaoborks/myunitytools-sceneloader.git` and click `Add`.
15+
From there select `Add package from git URL...`, type `https://github.com/myunitytools/scene-loader.git` and click `Add`.
1616
The package will be imported by the Package Manager.
1717

1818
#### - Other Package Manager supported versions: Add manually to manifest
1919
You should add this to your `manifest.json` under the `Packages` folder on the root of your Unity Project:
2020
```
2121
{
2222
"dependencies": {
23-
"com.myunitytools.sceneloader": "https://github.com/joaoborks/myunitytools-sceneloader.git"
23+
"com.myunitytools.scene-loader": "https://github.com/myunitytools/scene-loader.git"
2424
}
2525
}
2626
```
@@ -302,4 +302,4 @@ Check if your Addressables Play Mode Script is `Use Asset Database`, otherwise y
302302

303303
---
304304

305-
Don't hesitate to create [issues](https://github.com/joaoborks/myunitytools-sceneloader/issues) for suggestions and bugs. Have fun!
305+
Don't hesitate to create [issues](https://github.com/myunitytools/scene-loader/issues) for suggestions and bugs. Have fun!

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "com.myunitytools.sceneloader",
2+
"name": "com.myunitytools.scene-loader",
33
"version": "1.0.0",
4-
"displayName": "My Unity Tools - Scene Loader",
4+
"displayName": "Scene Loader",
55
"description": "A package that standardizes the scene loading process among many different possibilities, including support for Coroutines, C# Tasks, UniTask and Addressables.",
66
"unity": "2019.4",
77
"keywords": [],
88
"author": {
9-
"name": "Jo\u00e3o Borks",
9+
"name": "My Unity Tools",
1010
"email": "joao.borks@gmail.com.br",
11-
"url": "https://github.com/JoaoBorks"
11+
"url": "https://github.com/myunitytools"
1212
},
1313
"samples": [
1414
{

0 commit comments

Comments
 (0)