git clone git://source.winehq.org/git/wine.gitOr from the Github mirror
| using System.Collections; | |
| using System.Collections.Generic; | |
| using UnityEngine; | |
| using System.Linq; | |
| using UnityEngine.Playables; | |
| // bind canvas group on runtime. | |
| public class Bind : MonoBehaviour | |
| { |