unity-design-patterns
unity-design-patterns copied to clipboard
Examples of programming design patterns in Unity C#
Hi. I have made a Singleton pattern implementation at https://github.com/UnityCommunity/UnitySingleton. It also includes the Preload scene implementation. You can add the Singleton.cs script or you can add a link to...
@dmattson Feel free to discuss anything over here. I had some other discussion threads, but they were old and those folks just made suggestions and didn't seem to want to...
Maybe a dumb question, but why is Command an abstract class and not an interface?