From 60db6f3737c011738a6b7453c723f15e48b6e8cb Mon Sep 17 00:00:00 2001 From: godzzz Date: Tue, 25 Jun 2024 21:39:50 +0400 Subject: [PATCH] [v0.2.8-pre.1] Readmes updated --- Docs/README.RU.md | 20 ++++++++++---------- Docs/README.md | 22 +++++++++++----------- package.json | 2 +- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Docs/README.RU.md b/Docs/README.RU.md index 7d3be17..f963333 100644 --- a/Docs/README.RU.md +++ b/Docs/README.RU.md @@ -1,8 +1,8 @@ # Depra.Assets -![License](https://img.shields.io/github/license/Depra-Inc/Assets.Unity?style=flat-round) -![Last Commit](https://img.shields.io/github/last-commit/Depra-Inc/Assets.Unity?style=flat-round) -![Code Size](https://img.shields.io/github/languages/code-size/Depra-Inc/Assets.Unity?style=flat-round) +![License](https://img.shields.io/github/license/Depra-Inc/Asset.Unity?style=flat-round) +![Last Commit](https://img.shields.io/github/last-commit/Depra-Inc/Asset.Unity?style=flat-round) +![Code Size](https://img.shields.io/github/languages/code-size/Depra-Inc/Asset.Unity?style=flat-round)
English | Русский @@ -64,7 +64,7 @@ 1. Откройте окно **Unity Package Manager**. 2. Нажмите на кнопку **+** в правом верхнем углу окна. 3. Выберите **Add package from git URL...**. -4. Введите [ссылку на репозиторий](https://github.com/Depra-Inc/Assets.Unity.git) +4. Введите [ссылку на репозиторий](https://github.com/Depra-Inc/Asset.Unity.git) 5. Нажмите **Add**. ### ⚙️ Через **UPM** используя `manifest.json`: @@ -72,7 +72,7 @@ Добавьте в `Packages/manifest.json` в раздел `dependencies` следующую строку: ``` -"com.depra.assets.unity": "https://github.com/Depra-Inc/Assets.Unity.git" +"com.depra.assets.unity": "https://github.com/Depra-Inc/Asset.Unity.git" ``` ### 🛒 Через Unity Asset Store: @@ -92,7 +92,7 @@ - `IAssetFile`: Определяет основные методы и свойства, необходимые для загрузки и выгрузки ассетов. Он расширяет функциональность интерфейса `IAssetFile`, представленного - в [Depra.Assets](https://github.com/Depra-Inc/Assets), и предоставляет возможность выполнения как синхронной, так и + в [Depra.Assets](https://github.com/Depra-Inc/Asset), и предоставляет возможность выполнения как синхронной, так и асинхронной загрузки ассетов, а также проверки состояния загрузки. Вы можете создать свои реализации этих интерфейсов или использовать уже готовые, представленные в таблице: @@ -160,14 +160,14 @@ preloadedAsset.Unload(); ## 🖇️ Зависимости -- [Depra.Assets](https://github.com/Depra-Inc/Assets) - базовая библиотека для работы с ассетами ( +- [Depra.Assets](https://github.com/Depra-Inc/Asset) - базовая библиотека для работы с ассетами ( поставляется вместе с этим **UPM** пакетом). ## 🤝 Сотрудничество Я рад приветствовать запросы на добавление новых функций и сообщения об ошибках в -разделе [issues](https://github.com/Depra-Inc/Assets.Unity/issues) и также -принимать [pull requests](https://github.com/Depra-Inc/Assets.Unity/pulls). +разделе [issues](https://github.com/Depra-Inc/Asset.Unity/issues) и также +принимать [pull requests](https://github.com/Depra-Inc/Asset.Unity/pulls). ## 🫂 Поддержка @@ -179,7 +179,7 @@ preloadedAsset.Unload(); ## 🔐 Лицензия Этот проект распространяется под лицензией -**[Apache-2.0](https://github.com/Depra-Inc/Assets.Unity/blob/main/LICENSE.md)** +**[Apache-2.0](https://github.com/Depra-Inc/Asset.Unity/blob/main/LICENSE.md)** Copyright (c) 2023 Николай Мельников [n.melnikov@depra.org](mailto:n.melnikov@depra.org) \ No newline at end of file diff --git a/Docs/README.md b/Docs/README.md index 289c57a..5496830 100644 --- a/Docs/README.md +++ b/Docs/README.md @@ -1,8 +1,8 @@ -# Depra.Assets +# Depra.Asset -![License](https://img.shields.io/github/license/Depra-Inc/Assets.Unity?style=flat-round) -![Last Commit](https://img.shields.io/github/last-commit/Depra-Inc/Assets.Unity?style=flat-round) -![Code Size](https://img.shields.io/github/languages/code-size/Depra-Inc/Assets.Unity?style=flat-round) +![License](https://img.shields.io/github/license/Depra-Inc/Asset.Unity?style=flat-round) +![Last Commit](https://img.shields.io/github/last-commit/Depra-Inc/Asset.Unity?style=flat-round) +![Code Size](https://img.shields.io/github/languages/code-size/Depra-Inc/Asset.Unity?style=flat-round)
English | Русский @@ -64,7 +64,7 @@ These features make the library even more powerful and convenient for your tasks 1. Open the **Unity Package Manager** window. 2. Click the **+** button in the upper right corner of the window. 3. Select **Add package from git URL...**. -4. Enter the [repository link](https://github.com/Depra-Inc/Assets.Unity.git). +4. Enter the [repository link](https://github.com/Depra-Inc/Asset.Unity.git). 5. Click **Add**. ### ⚙️ Using **UPM** via **manifest.json**: @@ -72,7 +72,7 @@ These features make the library even more powerful and convenient for your tasks Add the following line to `Packages/manifest.json` in the `dependencies` section: ``` -"com.depra.assets.unity": "https://github.com/Depra-Inc/Assets.Unity.git" +"com.depra.asset.unity": "https://github.com/Depra-Inc/Asset.Unity.git" ``` ### 🛒 Using Unity Asset Store: @@ -92,7 +92,7 @@ Add the following line to `Packages/manifest.json` in the `dependencies` section - `IAssetFile`: Defines the fundamental methods and properties required for loading and unloading assets. It extends the functionality of the `IAssetFile` interface presented - in [Depra.Assets](https://github.com/Depra-Inc/Assets) and offers the ability to perform both synchronous and + in [Depra.Asset](https://github.com/Depra-Inc/Asset) and offers the ability to perform both synchronous and asynchronous asset loading, as well as checking the loading state. You can create your own implementations of these interfaces or use ready-made ones presented in the table: @@ -160,14 +160,14 @@ preloadedAsset.Unload(); ## 🖇 Dependencies -- [Depra.Assets](https://github.com/Depra-Inc/Assets.git) - the base library for working with assets (provided +- [Depra.Asset](https://github.com/Depra-Inc/Asset.git) - the base library for working with assets (provided with this **UPM** package). ## 🤝 Collaboration I welcome feature requests and bug reports in -the [issues section](https://github.com/Depra-Inc/Assets.Unity/issues), and I also -accept [pull requests](https://github.com/Depra-Inc/Assets.Unity/pulls). +the [issues section](https://github.com/Depra-Inc/Asset.Unity/issues), and I also +accept [pull requests](https://github.com/Depra-Inc/Asset.Unity/pulls). ## 🫂 Support @@ -178,7 +178,7 @@ my [portfolio](https://github.com/Depra-Inc) and [contact me](mailto:g0dzZz1lla@ ## 🔐 License This project is distributed under the -**[Apache-2.0 license](https://github.com/Depra-Inc/Assets.Unity/blob/main/LICENSE.md)** +**[Apache-2.0 license](https://github.com/Depra-Inc/Asset.Unity/blob/main/LICENSE.md)** Copyright (c) 2023 Nikolay Melnikov [n.melnikov@depra.org](mailto:n.melnikov@depra.org) \ No newline at end of file diff --git a/package.json b/package.json index 4f1a187..80b68ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.depra.asset.unity", - "version": "0.2.8-pre.1", + "version": "0.2.8-pre.2", "displayName": "Depra.Asset", "description": "Provides an API for loading Unity asset files in multiple ways through a single interface.", "unity": "2021.3",