https://github.com/hiyorin/templateproject-for-unity
https://github.com/hiyorin/templateproject-for-unity
unity
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hiyorin/templateproject-for-unity
- Owner: hiyorin
- License: mit
- Created: 2018-07-22T15:24:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T16:23:05.000Z (over 7 years ago)
- Last Synced: 2025-03-24T02:44:19.608Z (over 1 year ago)
- Topics: unity
- Language: C#
- Size: 19.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TemplateProject-for-Unity
# Unity Version
* Unity 2018.3 higher
* AddressableAssets 0.5.3 higher
# Requirement
* [UniRx](https://github.com/neuecc/UniRx)(6.1.1 or higher)
* [Zenject](https://github.com/svermeulen/Zenject)(7.3.0 or higher)
* [DOTween](https://github.com/Demigiant/dotween)
* [Extensions-for-Unity](https://github.com/hiyorin/Extensions-for-Unity)
* [MemoryInfoPlugin-for-Unity](https://github.com/hiyorin/MemoryInfoPlugin-for-Unity)
# Install
SocialGameTemplate.unitypackage
# Setup
1. Open SetupWindow
Menu/Window/Setup SocialGameTemplate
1. Create!
# Usage
```cs
using SocialGame;
```
## Scene
See here.
## Dialog
See here.
## Toast
## Loading
## Transition
## TapEffect
## Sound
See here.