Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New language feature improvements #17

Open
JamesYFC opened this issue Feb 18, 2022 · 0 comments
Open

New language feature improvements #17

JamesYFC opened this issue Feb 18, 2022 · 0 comments
Assignees

Comments

@JamesYFC
Copy link
Owner

JamesYFC commented Feb 18, 2022

When Unity supports newer language features like covariant returns, I will be able to simplify the codebase and improve quite a few aspects of this library. Though that will likely bump up the supported Unity version as well. We'll leave the previous version in another branch.

After this, I will look into new features and improvements such as...

  • Supporting UniTask/task based delegates on some functions
    • (it is currently possible to provide async methods, the state machine will just run them and forget about them)
  • Make passing event args nicer.
  • Look into nested state machines
  • FSM-wide state
  • various other API improvements
    and more...

No promises that everything will be feasible but I will certainly be looking into them when it's time.

@JamesYFC JamesYFC self-assigned this Feb 18, 2022
@JamesYFC JamesYFC changed the title New LTS improvements New language feature improvements Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant