https://github.com/hiyorin/upm.extensions-for-unity.dotween
C# Extension Method for Unity
https://github.com/hiyorin/upm.extensions-for-unity.dotween
extension-methods unity unity-package-manager
Last synced: 11 months ago
JSON representation
C# Extension Method for Unity
- Host: GitHub
- URL: https://github.com/hiyorin/upm.extensions-for-unity.dotween
- Owner: hiyorin
- License: mit
- Created: 2019-02-01T18:13:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-02T13:28:49.000Z (over 7 years ago)
- Last Synced: 2025-04-07T03:10:04.084Z (about 1 year ago)
- Topics: extension-methods, unity, unity-package-manager
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# upm.Extensions-for-Unity.DOTween
package manager
# Requirement
* [UniRx](https://github.com/neuecc/UniRx)(6.1.1 or higher)
* [DOTween](https://github.com/Demigiant/dotween)
* [upm.Extensions-for-Unity](https://github.com/hiyorin/upm.Extensions-for-Unity)
* [upm.Extensions-for-Unity.UniRx](https://github.com/hiyorin/upm.Extensions-for-Unity.UniRx)
# Install
Specify repository URL git://github.com/hiyorin/upm.Extensions-for-Unity.git with key com.hiyorin.extensions into Packages/manifest.json like below.
```javascript
{
"dependencies": {
// ...
"com.hiyorin.extensions": "git://github.com/hiyorin/upm.Extensions-for-Unity.git",
"com.hiyorin.extensions.unirx": "git://github.com/hiyorin/upm.Extensions-for-Unity.UniRx.git",
"com.hiyorin.extensions.dotween": "git://github.com/hiyorin/upm.Extensions-for-Unity.DOTween.git",
// ...
}
}
```
# Usage
```cs
using UnityExtensions;
```