Releases: MonkeyModdingTroop/MonkeyLoader.GamePacks.Unity
Beta Release v0.5.1
What's Changed
- Adjust to updated MonkeyLoader Version
- Add support for hot reloading
Install
To install, place the provided MonkeyLoader.GamePacks.Unity.nupkg into your MonkeyLoader/GamePacks/ folder.
To develop with, add the following to your project file or Directory.Build.props file and reference the necessary packages through NuGet:
<PropertyGroup>
<RestoreAdditionalProjectSources>
https://pkg.munally.com/MonkeyModdingTroop/index.json
</RestoreAdditionalProjectSources>
</PropertyGroup>You may also need to add the URL https://pkg.munally.com/MonkeyModdingTroop/index.json as a package source inside VS and set up a package mapping. These steps should already have been done if you're referencing MonkeyLoader as well.
Beta Release v0.4.0
What's Changed
- Switch to using the nuget pkg proxy by @ljoonal in #1
- Add some performance tracking / extra debugging prints
New Contributors
Full Changelog: https://github.com/MonkeyModdingTroop/MonkeyLoader.GamePacks.Unity/commits/v0.4.0-beta
Install
To install, place the provided MonkeyLoader.GamePacks.Unity.nupkg into your MonkeyLoader/GamePacks/ folder.
To develop with, add the following to your project file or Directory.Build.props file and reference the necessary packages through NuGet:
<PropertyGroup>
<RestoreAdditionalProjectSources>
https://pkg.munally.com/MonkeyModdingTroop/index.json
</RestoreAdditionalProjectSources>
</PropertyGroup>You may also need to add the URL https://pkg.munally.com/MonkeyModdingTroop/index.json as a package source inside VS and set up a package mapping. These steps should already have been done if you're referencing MonkeyLoader as well.