Cursor System Scene

Like what your seeing?

Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!

Introduction

This scene demonstrates the use of animated and context sinsative cursors. Each box changes the style of the defualt cursor and has several controls which will change the context of the cursor several of which are animated.

What do I learn?

  1. How to configure Cursor States

  2. How to use the Cursor Animator

  3. How to set the active state

  4. How to change the default state

  5. How to access the Knowledge Base (where you are now)

  6. How to access the support Discord

  7. How to leave a review ๐Ÿ˜‰

Objects

Managers

This GameObject implaments the Cursor Animator which is responsible for updating the cursors animation.

Window Style

This GameObject located under the Canvas GameObject implaments the Mouse Over Cursor State setting the active state to Win Normal.

Mac Style

This GameObject located under the Canvas GameObject implaments the Change Cursor Default State setting the default cursor state to Mac Normal on enter and Win Normal on exit.

Generic Style

This GameObject located under the Canvas GameObject implaments the Change Cursor Default State setting the default cursor state to Generic White on enter and Win Normal on exit.

Style Controls

In each of the grey boxes represeing a cursor style you will see a number of buttons, input fields, etc. You can mouse over these to see various cursors. The top most button implaments a Button Cursor State componenet which sets the state to one value on enter and a different value on mouse down. While other controls implament the simpler Mouse Over Cursor State which simply changes the state on enter and exit.

Last updated