https://github.com/unity-game-framework/ugf-application
Provides an entry point of the application with modules initialization.
https://github.com/unity-game-framework/ugf-application
active
Last synced: 3 months ago
JSON representation
Provides an entry point of the application with modules initialization.
- Host: GitHub
- URL: https://github.com/unity-game-framework/ugf-application
- Owner: unity-game-framework
- License: mit
- Created: 2019-07-16T17:39:47.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T16:05:07.000Z (over 1 year ago)
- Last Synced: 2024-08-09T20:04:53.564Z (over 1 year ago)
- Topics: active
- Language: C#
- Homepage:
- Size: 876 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
# com.ugf.application
UGF.Application
## Information
- **Version**: `9.0.0-preview`
- **Unity**: `2023.2`
- **API Compatibility Level**: `.NET Standard 2.1`
### Dependencies
- `com.ugf.initialize`: `2.9.0`
- `com.ugf.description`: `2.0.0`
- `com.ugf.runtimetools`: `3.0.0-preview.18`
- `com.ugf.editortools`: `3.0.0-preview.11`
- `com.ugf.logs`: `5.4.0`
- `com.ugf.builder`: `2.0.2`
- `com.ugf.build`: `1.3.0`
### Description
Provides an entry point of the application with modules initialization.
### Changelog
- [Full changelog](changelog.md)
### Registry
Read about where packages stored: [Registry](https://github.com/unity-game-framework/organization/blob/main/docs/registry.md).
## How to Install
Read about how to install any packages from the `Unity Game Framework` registry: [Install Package](https://github.com/unity-game-framework/organization/blob/main/docs/install-packages.md).