(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| using System.Collections.Generic; | |
| using System.IO; | |
| using UnityEngine; | |
| using UnityEditor.SceneManagement; | |
| using UnityEditor; | |
| using System.Collections; | |
| using System.Linq; | |
| public class MultiSceneSetup : ScriptableObject | |
| { |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.