https://github.com/hiyorin/templateproject-for-unity
https://github.com/hiyorin/templateproject-for-unity
unity
Last synced: 2 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T16:23:05.000Z (over 6 years ago)
- Last Synced: 2025-01-29T08:44:06.691Z (4 months ago)
- Topics: unity
- Language: C#
- Size: 19.5 MB
- Stars: 1
- Watchers: 2
- 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.