emanzione / PATCH

The PATCH repository for issues tracking, wiki and shared material.
https://assetstore.unity.com/packages/tools/utilities/p-a-t-c-h-ultimate-patching-system-41417
MIT License
47 stars 7 forks source link

Release note / Version management #35

Open Nixou opened 3 years ago

Nixou commented 3 years ago

is it possible to add a system to manage release note linked to a build version ? In addition I would like to display in my game the build version managed by the patcher.

Nixou

emanzione commented 3 years ago

I'll take a look into release notes. It should be pretty simple to do.

About the build version: you can already obtain that info. Just call _context.GetLocalVersion() where _context is an instance of UpdatingContext.