Unity-Technologies / ui-toolkit-manual-code-examples

Unity UI Toolkit documentation code examples
455 stars 78 forks source link

Please specify Unity version with which this code is compatible #7

Closed Rubix1991 closed 2 years ago

Rubix1991 commented 2 years ago

Could you add Unity version which is compatible with this code in Readme.md, since for ex., this code doesn't compile with 2020.3.

For ex., Assets\create-listviews-treeviews\PlanetsWindow.cs(110,28): error CS0246: The type or namespace name 'TreeViewItemData<>' could not be found (are you missing a using directive or an assembly reference?)

lilisha-unity commented 2 years ago

Thanks for your feedback. We've added a version number to the individual tutorial page for the newly added docs, and will add the version to the existing docs too.

Rubix1991 commented 2 years ago

thx