UIElements Expansions: Carousel

$9
Publisher mathru.net
File size 6.28MB
Number of files 107
Latest version 1.0.1
Latest release date 2020-06-11 08:43:15
First release date 2020-04-30 07:58:10
Supported Unity versions 2018.4.2 or higher
Unity UIElements Expansions is an asset series that extends Unity's UIElements.
This asset primarily adds the following features to the UnityEditor:

1. Carousel Component
You can place the Carousel component in the UnityEditor editor window or in the inspector.
A carousel is a common component on the Web that switches images and content at regular intervals.
You can place it at the top of the site and make the content you want to feature in the site look good.
It may be useful for offline documentation / tutorials of completed projects or frameworks, etc.
It's easy to use. First, put multiple Carousel tags under the Carousel Group.
Then, by writing your favorite UXML tag under the Carousel tag, the design under the Carousel tag will switch over in a certain amount of time.

<engine:CarouselGroup>
  <engine:Carousel name="carousel1">
    Carousel Contents
  </engine:Carousel>
  <engine:Carousel name="carousel2">
    Carousel Contents
  </engine:Carousel>
</engine:CarouselGroup>

2. Carousel control
You can manually manipulate the carousel using the BindableButton.
You can place buttons like "Next" or "Prev" or you can show specific elements.
You can also use the "autoplay" attribute to auto-play.

3. UIElements Expansions Common Features
In addition to the above, common useful tags and functions are provided.
Please see the following page for details.
https://mathru.net/dev/2bc0412083e5456c863ae98119cf80b1


Unity Asset Store legal and license information:
http://unity3d.com/legal/

Installation and Usage
https://mathru.net/dev/881735900d1049bc8e410b1870cac5aa

Top Publisher Assets