Explore the newly designed Rush Assets documentation site, featuring enhanced navigation, interactive demos, and in-depth guides to streamline your game development process.
Explore our newly designed documentation hub! Whether you're just getting started or diving into advanced features, this site is your go-to guide for everything Rush Assets.
Our redesigned docs site is more user-friendly, with intuitive navigation and detailed guides. We've made it easier to find what you need, whether you're looking for setup instructions or deep-dive tutorials.
Comprehensive Guides: Step-by-step instructions to help you get the most out of our assets.
Interactive Demos: Test and explore features directly from the documentation.
Search Functionality: Quickly find answers with improved search capabilities.
Visual Overviews: Clean diagrams and screenshots to guide your learning.
If you're new here, we recommend starting with our Getting Started guide. It covers the basics of verifying and gaining access to our assets, so you can be up and running in no time.
For advanced users, we have detailed documentation on specific features like Grid Inventory, Audio Systems, and Input Configurations. Our docs are structured to grow with your knowledge—whether you're a beginner or an expert.
If you run into any issues or have questions, don't hesitate to reach out to our support team. We are constantly updating our documentation based on user feedback, so feel free to suggest improvements.
Introducing seamless integration with Amplitude on our documentation website! Track user engagement and analyze data effortlessly with this new feature. Stay informed, iterate, and enhance your user experience based on valuable insights.
We are excited to introduce seamless integration with Amplitude on our documentation website! This update allows us to track user engagement and analyze data effortlessly, providing valuable insights to enhance your experience.
Improve usability with a thoughtfully designed interface where the sidebar is detached from the documentation page, offering enhanced navigation and an optimized user experience.
This update enhances usability with a redesigned interface where the sidebar is detached from the documentation page, leading to improved navigation and a faster loading experience.
Enhance user convenience with an automatic scroll to the top of the page feature that smoothly activates each time the page is changed, ensuring a seamless and user-friendly browsing experience.
This bugfix update introduces an automatic scroll-to-top feature that activates smoothly each time the page is changed, ensuring a more seamless and user-friendly browsing experience.
Fix: Added auto-scroll to the top when changing pages. This update addresses the previous issue where auto-scroll was not functioning correctly, improving the overall browsing experience.
Version 1.4.0 introduces a new user interface for with new examples for grid inventories and a simplified asset, complemented by enhanced documentation. Explore the cleaner new documentation and upgraded features for an improved user experience.
We're excited to announce a significant change to the authentication system. In this update, we have transitioned from NextAuth to integrate seamlessly with Auth0.
We’re excited to announce the release of version 1.6.0 for our docs website, featuring a major upgrade to our authentication system. We have transitioned from NextAuth to Auth0, a leading platform for authentication and authorization, to enhance security, reliability, and user experience.
Refactored Draggable System, GridTable, and other components to make them easier to understand. Additionally, I have added some property drawers to simplify the development process and allow for easier checking of the Editor inventory's properties.
In this update, we've made significant enhancements to UGI, focusing on improving grid and separation logic. Here’s a summary of the key changes and additions:
New Editors: Added editors specifically for business classes to streamline editing.
Bug Fix: Resolved a foreach loop issue for single iteration.
Code Simplification: Removed unnecessary properties to enhance maintainability.
Property Drawers: Improved InventoryMetadataPropertyDrawer and GridTablePropertyDrawer; introduced ContainerMetadata drawer.
Error Handling: Added a new catch clause for better error management.
Editor Adjustments: Fixed height-related issues and introduced a table drawer helper.
Code Cleanup: Removed unnecessary imports and resolved annotation issues.
Ongoing Improvements: Continued enhancements to various editors, including ContainerMetadata, and refinements to the grid table inventory.
GridTable Editor: Added a new editor to manage and configure grid tables effectively.
Input Events: Fixed input events for item placement and pickup.
UI Refinements: Improved the behavior of the close button in the help modal and introduced initial controller support.
Additionally, we’ve introduced an input provider architecture, paving the way for easier integration with other projects and supporting multiple input providers. More improvements to this architecture are planned for future releases.
These updates underscore our commitment to enhancing user experience, code quality, and functionality. We will continue to refine and innovate, aiming to deliver a more robust and user-friendly grid inventory solution.
Enhancing user experience by relocating the sidebar from the right of the content to a fixed position on the left side of the page. This strategic shift improves usability while seamlessly incorporating relevant page content topics.
We're excited to announce a major update to the user interface of our documentation website. In response to user feedback and research, we have revamped the sidebar to enhance usability and improve your browsing experience.
The sidebar has been moved from the right side of the content to a new, fixed position on the left side of the page. This change is aimed at making your interaction with our documentation more intuitive and accessible.
We’ve introduced a new "On This Page" component in the space previously occupied by the old sidebar. This feature provides a dynamic list of topics and sections currently visible on your screen, allowing for quick and easy navigation.
With the sidebar now fixed in its new location, your browsing experience remains uninterrupted. You can explore various topics with ease, as the sidebar and "On This Page" guide stay in view to provide essential navigation options.
The core of this update is to enhance your focus on the content. By relocating the sidebar and adding the "On This Page" guide, we ensure a smooth and engaging reading experience, making it easier to access and navigate through our documentation.
This update aims to streamline your interaction with our documentation website, making navigation more intuitive and content-focused. Here’s to a more user-friendly browsing experience!
We’ve integrated SonarQube to enhance our code quality through continuous static analysis. SonarQube helps us identify bugs, code smells, and various issues by examining code quality, duplication, adherence to coding standards, unit tests, code coverage, complexity, and more.
With this integration, we now have valuable data to improve our code, ensuring a higher quality asset for you! 🫶
We've introduced a new DevOps feature using GitHub Actions! This enhancement will streamline our release and versioning processes, as well as automate the build and validation of our code.
We’re excited to announce that the Ultimate Grid Inventory now has enhanced documentation, available through Docs RushAssets. This new platform allows us to provide faster updates and easily add new content, especially with your feedback through email or surveys.
Going forward, all our assets will be documented on the Docs RushAssets website.
Previously, you could place one backpack inside another, even if both were in the same hierarchy of containers. This behavior was unintended, allowing you to insert a backpack within another, regardless of the container's hierarchy level.
A audio system to the Ultimate Grid Inventory has arrived! Now you can preset two type of audios, on place and on pick. And refactor in Options System to scriptable objects.
AudioSo: Holds the audio settings for an AudioClip. AudioSoLoading image
AudioStateSo: Manages multiple AudioSo objects, allowing for random or sequential playback of clips to enhance user experience. AudioStateSoLoading image
AudioCueSo: Contains two AudioStateSo objects—onBeingPlace and onBeingPicked. This is used in the Draggable Controller to trigger audio during interactions. AudioCueSoLoading image
The Options System has been refactored to use Scriptable Objects, making it easier to add options to items. Simply create an OptionSo Scriptable Object and add it to the options property in ItemDataSo.
An Inventory Audio Controller has been added to the InventoryManager prefab, along with an Audio Source as a child component to manage audio playback (making it easy to add your own audio source).
Minor updates have been made to the Draggable Controller to trigger the onBeingPlace and onBeingPick events. Audio feedback is also applied to actions like equipping/unequipping in Container Holders.
Adds core features to the Ultimate Grid Inventory, including a customizable grid system, draggable items, right-click options, and container holders, along with basic visual assets and UI elements for easy customization.