设计模式-抽象工厂模式
Categories:
CSharp
Abstract Factory抽象工厂模式属于创建型设计模式,用于提供一个创建一系列相关或相互依赖对象的接口,而无需指定它们具体的类。
设计模式-单例模式
Categories:
CSharp
Singleton单例模式属于创建型设计模式,确保一个类只有一个实例,并提供该实例的全局访问点。
Unity 本地推送 安卓篇
Categories:
Unity
Unity Mobile Notifications 在Android和IOS平台上进行本地推送通知支持一次性和可重复的通知。安卓篇
Unity 使用 TexturePacker 优化渲染
Categories:
Unity
TexturePacker 是一款用于游戏和应用程序开发的软件工具,用于创建和管理图片精灵表。精灵表是包含多个较小图形或精灵的单个图像文件。
Unity 四叉树
Categories:
Unity
四叉树是一种树状数据结构,每个节点上都有四个子区块,也可以理解成每个子节点分为四个象限,可以是矩形或者任意图形。常用来表示空间索引或者二位空间碰撞检测等等。
Hello World
Hello World!
Unity中文版-Create Gameplay Editor Features-RenderDoc Integration(自翻译)
Categories:
Unity
翻译Unity中文版的初衷是因为官方提供的中文版存在缺陷,而且翻译的不全。现在基于Unity2023.2版本对官方文档进行翻译。
Unity中文版-Create Gameplay Editor Features-Visual Studio C# integration(自翻译)
Categories:
Unity
翻译Unity中文版的初衷是因为官方提供的中文版存在缺陷,而且翻译的不全。现在基于Unity2023.2版本对官方文档进行翻译。
Recent Post
- Unity中文版-Create Gameplay Editor Features-Project Settings-UI Toolkit project settings(自翻译)
- Unity中文版-Create Gameplay Editor Features-Project Settings-Time(自翻译)
- Unity中文版-Create Gameplay Editor Features-Project Settings-Tags and Layers(自翻译)
- Unity中文版-Create Gameplay Editor Features-Project Settings-Script Execution Order settings(自翻译)
- Unity中文版-Create Gameplay Editor Features-Project Settings-Quality(自翻译)