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
The return type for GetTrigger is wrong and following that CreateCollector is erroring because of it. Changing The return type to ICollector from Collector stops errors.
Additionally, the go.Link call has an error "No Overload for Link takes 2 parameters". Removing the second parameter, _context fixes the errors
The text was updated successfully, but these errors were encountered:
Hi guys. The tutorial is broken at the moment, with the most recent release.
When getting to the part to add the AddViewSystem, pasting the code in gives an error in this function
The return type for GetTrigger is wrong and following that CreateCollector is erroring because of it. Changing The return type to
ICollector
fromCollector
stops errors.Additionally, the
go.Link
call has an error "No Overload for Link takes 2 parameters". Removing the second parameter,_context
fixes the errorsThe text was updated successfully, but these errors were encountered: