Eric Batlle

Results 5 issues of Eric Batlle

I was thinking that could be useful to let users choose icon style. We only need one parameter to override the line 87 on SlideToActView: ``` /** Outer color used...

I've check the project to get more references on "good practices" about architecture and project setup, and I didn't saw any Assembly file, is that on purpouse? Or it's simply...

First of all, awesome job, REALLY awesome job with this project Damien, KUDOS for you! My Issue: I've launched TraktRater from VisualStudio 2019. I correctly logged in, set the token...

I'm trying to achieve this: ``` using DG.Tweening; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class Menu : MonoBehaviour { [SerializeField] private List menuButtons = new List(); [SerializeField] protected float...