You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using UnityWidget() requires the use of a controller. This controller is shown in all examples without being initialised. However Current Flutter and Dart Versions require the initialisation.
To Reproduce
Steps to reproduce the behavior:
write: UnityWidgetController _unityWidgetController; in some class.
Get initialisation error
Expected behavior
Not being forced to initialise the Controller
Newest Flutter and Dart version
Unity: Ubuntu, 2021.1.3
The text was updated successfully, but these errors were encountered:
Describe the bug
Using UnityWidget() requires the use of a controller. This controller is shown in all examples without being initialised. However Current Flutter and Dart Versions require the initialisation.
To Reproduce
Steps to reproduce the behavior:
UnityWidgetController _unityWidgetController;
in some class.Expected behavior
Not being forced to initialise the Controller
Newest Flutter and Dart version
Unity: Ubuntu, 2021.1.3
The text was updated successfully, but these errors were encountered: