unity-design-patterns icon indicating copy to clipboard operation
unity-design-patterns copied to clipboard

Examples of programming design patterns in Unity C#

Results 3 unity-design-patterns issues
Sort by recently updated
recently updated
newest added

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?

question