- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
13 lines (13 loc) · 530 Bytes
/
Copy pathpackage.json
File metadata and controls
13 lines (13 loc) · 530 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name": "com.tanitaka-tech.unity-process-manager",
"displayName": "Unity Process Manager",
"version": "2.0.0",
"unity": "2022.3",
"author": "tanitaka-tech",
"description": "This package provides a framework for managing Unity scene flows and component interactions through a request-based system, eliminating direct dependencies between scene management classes and UI components, thereby improving code maintainability and clarity.",
"keywords": [
"Framework"
],
"license": "MIT",
"category": "Editor"
}