An open API service indexing awesome lists of open source software.

https://github.com/hiyorin/templateproject-for-unity


https://github.com/hiyorin/templateproject-for-unity

unity

Last synced: 2 months ago
JSON representation

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.