Build Versions Itch.io Release

Build Versions Itch Release

Due to on-going delays to the Unity Asset Store release of the asset, we took the decision this week to publish that asset on Itch.io ahead of the asset store. This was mostly so people could actually use the asset before the end of the year. Currently the asset is #1106 in the queue as of writing, it has been going down a decent chunk in the last few days. But its still the longest we’ve had to wait for a new asset to get reviewed. So as of this post the asset is avalible on our Itch.io page, which you can see here: https://carter-games.itch.io/build-versions

Other Asset Updates

Some of our other assets got their new versions approved during the week.

Audio Manager | 2.5.4

This update just patches an issue where the auto-scanning feature was not working. This was just a misake on our part as we removed bits of the scanning strings for directories that broke that element of the scanning process, leaving out any files that were not in the root directory.

Transform Colours | 1.2.0

The transform colours asset has its colour select feature update live. This adds a feature that we had suggested in the reviews of the asset as the default colours were not as ideal on the light theme as they work on the dark theme. So this update lets uses change the colours to something more suitable for their needs.

That is all the news this week, our next news post will be in a fortnight.

Build Versions Under Review!

Build Versions Under Review!

We recently annouced a new asset that was going to be released this month, well here it is! Build Versions is an automation tool that is like out other asset totally Free. This tool automatically updates a build number along with some other useful information that you can display in your project.

The asset by default will automatically update the following information in a scriptable object for you to implement if you wish:

  • A unique build number, that starts at 1 and goes up each build you make in your project.
  • The date that the build was made up.

You can also have the asset update the Major/Minor/Patch systematic version number that is commonly used in software development version numbers. Change when the build information updates and whether or not the asset updates the build information.

You can view the documentation here if you are interested and want to get a sneak peak. We will make another post as and when the asset is officially live.

More Asset Store Updates!

More Asset Store Updates!

As of this morning both our Audio Manager & Transform Colours asset updates went live. Both these updates included the improved visual style that we also used for the recent Save Manager update. This just leave the Leaderboard Manager as the last asset that we have yet to update to the new style, which we anticipate will be around by the end of the month.

Whats changed?

Audio Manager 2.5.2

This update added some requested features as well as fixed up some known bugs with the previous version. we also improved some elements of the code base and also added some additional options to play audio that we have found useful while working on our own projects. Below are the official changes:

Store Listing Changes
  • Updated some of the store listing graphics with the new style.
  • Updated store listing description with to better explain the asset.
Asset Changes
  • Re-written the Music Player script to ensure that it works as intended.
  • Added Audio Events to allow users to get when a clip has ended.
  • Added new PlayRange methods to allow users to play ca random clip with a collection of requests.
  • Added a custom inspector for the Audio Manager File scriptable object.
  • Added ability to change the base scan directory so the user can store their audio files in a folder other than Assets/Audio
  • Re-written documentaion to better explain the asset and how to use it.
  • Added basic demo scene, explaining how examples of some of the scripts can’t be provided due to the asset setup, though the music player has an example.
Bug Fixes
  • Fixed issues with the music player coroutines not properly working.
Transform Colours 1.1.6

Updates the Transform Colours are mostly cosmetic with some future proofing with the new changes coming in Unity 2021.2. We even got a new 5-star review on the day the update went live which just made it even better.

⭐⭐⭐⭐⭐
Good for newbies like me!
If you’re still confused which axis color is which this asset is awesome, just download it, put it into your project and it’s done. You now have a valuable visual hint to help you remember the axis colors.

Below are the official changes to this asset:

Store Listing Changes
  • Updated the store description to better explain the asset and its usage.
  • Updated the store graphics to fit the new style we have made for our assets.
Asset Changes
  • Added support for the 2021.2 scale constrain toggle with a scripting define.
  • Made some minor changes to the asset backend.
  • Updated documentation & changelog to match the new style.

Thats all for this update, more updates soon!

Save Manager Updated!

Improved interface promotional graphic

Summary

Our Save Manager has been updated. This has been a long time coming as the asset had some clear design issues. We’ve address most of these in this update and made some positive changes to hopefully make the asset even easier to use.

The Changes

New Editor Tool Layout.
The editor tool has been updated with a lot of improvements in the layout and functionality. The layout has been simplified to two tabs instead of three. The editor auto loads the infomation from the save data class. The editor also lays out the information in a more concise manor to make it easier to edit values on the fly.

New Operators
We’ve improved the back-end a fair bit to accomide operators. Previously you had to use our Save variats for vectors and colours in your own code to use the manager fully. Now, you can just use the standard vectors and colours and the asset does the rest for you.

New Save Types Supported
We’ve added more support to the asset. We now support the following types on top of what we previously supported;
– Double
– Byte
– Quaternion
– Sprite (In a specific setup)

We’ve also added support for more collection types to accomidate for their use, so you can more save Queues & Stacks of a saveable type as well as Lists and Arrays.

Updated Docs
We’ve been thoguh and totally re-written our documation to better explain the asset out of the box as well as porting it to Notion so ease of editing. We’ve prodiced a .pdf of the page as the offline documation which is much more readable than the old text file.

See the new docs here: https://carter.games/savemanager

Links

Interested? you can get the asset here: https://assetstore.unity.com/packages/tools/utilities/save-manager-cg-176437