Skip to content

Commit

Permalink
v1.0.12 (#61)
Browse files Browse the repository at this point in the history
* Prep for release

* Auto increment pre-release version to 1.0.1 [skip ci]

* disable tagging for development upversion

* Apply V2 workflows (#19)

Co-authored-by: Simon Jackson <[email protected]>

* Auto increment pre-release version to 1.0.1-pre-release.1 [skip ci]

* Auto increment pre-release version to 1.0.2 [skip ci]

* Fix prefab attribute does not render label (#21)

* Auto increment pre-release version to 1.0.2-pre.1 [skip ci]

* Auto increment pre-release version to 1.0.3 [skip ci]

* Updated Rest features (#23)

* Updating Rest utilities, added cancellation token to all calls. Plus clean up
* Added Unit Tests to Rest functionality
* Standardised overload options into a new RestArgs struct
* Rationalised implementations for standards
* Added overloaded Download function to return a byte[] or file string contents
* Fix new script icon
* Update workflow to multi-version for test
* Updated PostForm following 2022 testing
* Include uGUI dependency for the UI extensions in the package
* Extract Canvas dependencies from the utility package
* Final review and cleanup
* Update Readme

---------

Co-authored-by: Simon Jackson <[email protected]>

* Auto increment pre-release version to 1.0.3-pre.1 [skip ci]

* Auto increment pre-release version to 1.0.4 [skip ci]

* Next release updates (#27)

* Initial commit for next round of updates

- Changed fixed use of verbs to use the constants from UnityWebRequest definition.
- #26 Added additional exception handling to log instead of throw, returns a Failed response instead
- #25 Added the ability to set global override parameters
- Added the ability to set a preferred download location, either globally or per call.  Default is Temp

* Auto increment pre-release version to 1.0.4-pre.1 [skip ci]

* Add CODEOWNERS

* Update for 1.0.4 release (#29)

* Auto increment pre-release version to 1.0.4-pre.2 [skip ci]

* Address comments

* Auto increment pre-release version to 1.0.5 [skip ci]

* Added logging utilities for projects (#31)

* Added logging utilities for projects

* Address review comments

* Auto increment pre-release version to 1.0.5-pre.1 [skip ci]

* Extended the Unity File helper with an additional option to get all files and not just Unity's own files. (#32)

Updated the GuidRegenerator to use all files as it should not be limited when working with a path.

* Auto increment pre-release version to 1.0.5-pre.2 [skip ci]

* Fix ambiguous call (#34)

Co-authored-by: Dino Fejzagic <[email protected]>

* Auto increment pre-release version to 1.0.5-pre.3 [skip ci]

* Added a new Calculate Bounds extension and updated documentation for all (#35)

* Auto increment pre-release version to 1.0.5-pre.4 [skip ci]

* Update docs and readme for release (#36)

* Auto increment pre-release version to 1.0.5-pre.5 [skip ci]

* Auto increment pre-release version to 1.0.6 [skip ci]

* Added audio streaming (#38)

* Added audio streaming

---------

Authored-by: Rony Portelli <[email protected]>

* Auto increment pre-release version to 1.0.7 [skip ci]

* Deprecate the Rest utilities as this is not providing value to the toolkit (#42)

* Update readme, remove mention of rest

* Remove Rest classes and folders

* Clean up Rest Tests

---------

Co-authored-by: Dino Fejzagić <[email protected]>

* Auto increment pre-release version to 1.0.7-pre.1 [skip ci]

* Auto increment pre-release version to 1.0.8 [skip ci]

* Update Editor menus (#45)

* Updating Channel packer tool to fit under the asset store version of the Reality Toolkit

* Remove Channel package from Utilities
* Remove editor preferences static, as each package has its own root

* Auto increment pre-release version to 1.0.8-pre.1 [skip ci]

* Remove warning and remove redundant type lookup (#46)

* Auto increment pre-release version to 1.0.8-pre.2 [skip ci]

* Auto increment pre-release version to 1.0.9 [skip ci]

* Migrated all Service-Framework only components to the ServiceFramework (#50)

* Auto increment pre-release version to 1.0.9-pre.1 [skip ci]

* Auto increment pre-release version to 1.0.10 [skip ci]

* Fix assembly info pre processor (#53)

* Fix assembly info pre processor

* Generate assembly infos

* Auto increment pre-release version to 1.0.10-pre.1 [skip ci]

* Backporting 2020 fix for recent update (#54)

* Auto increment pre-release version to 1.0.10-pre.2 [skip ci]

* Auto increment pre-release version to 1.0.11 [skip ci]

* Feature/ImprovedBoundsExtension (#55)

* Migrated new functionality for bounds, needs sanitising
* Modified the bounds extension to achieve the correct behaviour

---------

Co-authored-by: Rony Portelli <[email protected]>

* Auto increment pre-release version to 1.0.11-pre.1 [skip ci]

* Cleaned up utilities package, removed duplicates between SF and Utilities/Toolkit (#56)

* Update package json with missing fields

* Clear icons and fix extensions and attributes namespace

* Progress

* Finish

* Auto increment pre-release version to 1.0.11-pre.2 [skip ci]

* Migrate @Cangi s work on the MatrixExtensions (#57)

Co-authored-by: Dino Fejzagić <[email protected]>

* Auto increment pre-release version to 1.0.11-pre.3 [skip ci]

* Added new TryGet component search methods (#59)

* Added new TryGet component search methods

* Address feedback

* Update readme with latest contents and banner

* Auto increment pre-release version to 1.0.11-pre.4 [skip ci]

* Auto increment pre-release version to 1.0.12 [skip ci]

* Resolve merge issues (#60)

* Auto increment pre-release version to 1.0.12-pre.1 [skip ci]

---------

Co-authored-by: Simon (Darkside) Jackson <[email protected]>
Co-authored-by: realitycollectivebuildbot <[email protected]>
Co-authored-by: Simon Jackson <[email protected]>
Co-authored-by: Dino Fejzagic <[email protected]>
Co-authored-by: Rony Portelli <[email protected]>
Co-authored-by: Rony Portelli <[email protected]>
  • Loading branch information
7 people authored May 6, 2024
1 parent ebacd59 commit 85e66be
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 118 deletions.
2 changes: 1 addition & 1 deletion Editor/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Reflection;

[assembly: AssemblyVersion("1.0.11")]
[assembly: AssemblyVersion("1.0.12")]
[assembly: AssemblyTitle("com.realitycollective.utilities.editor")]
[assembly: AssemblyCompany("Reality Collective")]
[assembly: AssemblyCopyright("Copyright (c) Reality Collective. All rights reserved.")]
3 changes: 1 addition & 2 deletions Editor/RealityCollective.Utilities.Editor.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "RealityCollective.Utilities.Editor",
"rootNamespace": "RealityCollective.Utilities.Editor",
"references": [
"GUID:b2d046948d6452a4b8485efc9ce0f88c",
"GUID:84651a3751eca9349aac36a66bba901b"
"GUID:b2d046948d6452a4b8485efc9ce0f88c"
],
"includePlatforms": [
"Editor"
Expand Down
97 changes: 0 additions & 97 deletions Editor/Utilities/AssemblyDefinitionPostprocessor.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Editor/Utilities/AssemblyDefinitionPostprocessor.cs.meta

This file was deleted.

2 changes: 1 addition & 1 deletion Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Reflection;

[assembly: AssemblyVersion("1.0.11")]
[assembly: AssemblyVersion("1.0.12")]
[assembly: AssemblyTitle("com.realitycollective.utilities")]
[assembly: AssemblyCompany("Reality Collective")]
[assembly: AssemblyCopyright("Copyright (c) Reality Collective. All rights reserved.")]
3 changes: 1 addition & 2 deletions Runtime/RealityCollective.Utilities.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "RealityCollective.Utilities",
"rootNamespace": "RealityCollective.Utilities",
"references": [
"GUID:478a2357cc57436488a56e564b08d223",
"GUID:84651a3751eca9349aac36a66bba901b"
"GUID:478a2357cc57436488a56e564b08d223"
],
"includePlatforms": [],
"excludePlatforms": [],
Expand Down
2 changes: 1 addition & 1 deletion Tests/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Reflection;

[assembly: AssemblyVersion("1.0.11")]
[assembly: AssemblyVersion("1.0.12")]
[assembly: AssemblyTitle("com.realitycollective.utilities.tests")]
[assembly: AssemblyCompany("Reality Collective")]
[assembly: AssemblyCopyright("Copyright (c) Reality Collective. All rights reserved.")]
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.realitycollective.utilities",
"displayName": "RealityCollective.Utilities",
"description": "A collection of useful utilities for Unity projects by the Reality Collective.",
"version": "1.0.11-pre.4",
"version": "1.0.12-pre.1",
"documentationUrl": "https://realitycollective.io",
"changelogUrl": "https://github.com/realitycollective/com.realitytoolkit.utilities/releases",
"licensesUrl": "https://github.com/realitycollective/com.realitycollective.utilities/blob/main/LICENSE.md",
Expand Down Expand Up @@ -32,7 +32,6 @@
},
"dependencies": {
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.editorcoroutines": "1.0.0",
"com.unity.addressables": "1.18.15"
"com.unity.editorcoroutines": "1.0.0"
}
}

0 comments on commit 85e66be

Please sign in to comment.