Modern Unity UI With UI Toolkit

Torrent Details


Modern Unity UI with UI Toolkit

NAME
Modern Unity UI with UI Toolkit.torrent
CATEGORY
Other
INFOHASH
e5c55e0190f6b20690576fda2bb2ef8565b5efe2
SIZE
5.9 GB in 98 files
ADDED
Uploaded on 23-09-2023 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description



Description



This course is a deep dive into Unity’s UI Toolkit. You will learn most of the components that make up UI Toolkit and be able to create complex UI Systems for your games or apps.



This course uses a mix of theory and practice. We will create dozens of little UI-Components and examples. Furthermore, we will have a course project on which we will practice what we learned in the particular chapters. Finally, we will bring it all together and create a fully functional UI-based game.



While this course is not explicitly covering Editor Scripting most of the content in the course will also apply to it.



Here are some of the topics that we will cover:



Understanding UXML and USS Files



Understand the basic building blocks of UI Toolkit. We will talk about the concept of a visual tree and why it’s a good idea to separate structure, styling and behavior.



Layouts with FLEXBOX



UI Toolkit uses the Flexbox system which is also used in web technologies.



Templates



We will learn how we can reuse pieces of our layout with templates.



Events and Event Propagation



No UI System can function without events. UI Toolkit has its own Event-System with modern features like event-propagation which we can use to our advantage.



UQuery



Unity is still a game engine, so more often than not most of your work will be done through scripts. U need an efficient way to connect your scripts and your UI and manipulate certain elements of your UI. In order to do that you first need to find those elements. UQuery provides a comfortable way how you can do that.



Data Binding



While for editor scripting there is already a system in place which helps you bind your data to your components, this is not the case for runtime. Therefore we will look at some tools and techniques how you can do this manually.



Custom Components



UI Toolkit has a library of several build-in controls, but obviously, those can not cover every use case that you might come across. In this section, we will see how to create our own controls and thereby create our own little library of reusable UI Elements.



Manipulators



One rule of good software development is the separation of concerns. In this section, we will learn how we can group the behavior of particular elements into manipulators.



and much more…

Who this course is for:



   Unity developers interested in User Interfaces



Requirements



   Some basic programming and Unity knowledge. If you worked with Unity for about 5 hours you should be fine.



Last Updated 7/2023

Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
.pad/028 B
TutsNode.org.txt63 B
[TutsNode.org] - Modern Unity UI with UI Toolkit/1 - Introduction/1 - What Is UI Toolkit English.vtt1007 B
[TutsNode.org] - Modern Unity UI with UI Toolkit/1 - Introduction/6 - Unity Versions.html1016 B
[TutsNode.org] - Modern Unity UI with UI Toolkit/1 - Introduction/7 - Course Resources.html971 B
[TutsNode.org] - Modern Unity UI with UI Toolkit/1 - Introduction/7 - Repository For Chapters 58.txt55 B
[TutsNode.org] - Modern Unity UI with UI Toolkit/1 - Introduction/7 - Repository For Chapters 913.txt55 B
[TutsNode.org] - Modern Unity UI with UI Toolkit/1 - Introduction/7 - Repository For The Course Project.txt56 B
[TutsNode.org] - Modern Unity UI with UI Toolkit/1 - Introduction/7 - Repository For The Game Project.txt54 B
[TutsNode.org] - Modern Unity UI with UI Toolkit/1 - Introduction/8 - Course Updates.html1.4 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/10 - Data Binding/100 - Using VisualElementuserdata English.vtt12.8 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/10 - Data Binding/101 - Dynamically Adding Elements English.vtt16.4 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/10 - Data Binding/94 - Data Binding Intro English.vtt9.7 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/10 - Data Binding/95 - Simple UI Binding English.vtt13.6 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/10 - Data Binding/97 - System Events and C Properties English.vtt9.6 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/10 - Data Binding/98 - Creating A Card Component English.vtt15.4 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/10 - Data Binding/99 - Simulating Data English.vtt12.7 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/11 - Data Binding With Special Controls/103 - Simple Dropdown English.vtt17.5 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/11 - Data Binding With Special Controls/104 - Project Beyond BuildIn Controls English.vtt9.3 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/11 - Data Binding With Special Controls/105 - Project DropdownController English.vtt13.3 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/11 - Data Binding With Special Controls/106 - Project Displaying The Factions English.vtt9.7 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/11 - Data Binding With Special Controls/107 - ListView English.vtt18.5 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/11 - Data Binding With Special Controls/109 - Project ListController English.vtt9.6 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/11 - Data Binding With Special Controls/110 - Project Displaying Selected Items English.vtt14.9 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/11 - Data Binding With Special Controls/110 - Project Displaying Selected Items.mp4153.3 MB
[TutsNode.org] - Modern Unity UI with UI Toolkit/11 - Data Binding With Special Controls/111 - Small Correction On The Last Video English.vtt2.3 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/12 - Custom Controls/113 - Our First Custom Control English.vtt10.7 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/12 - Custom Controls/115 - Custom PopupWindow Part 1 English.vtt11 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/12 - Custom Controls/117 - Adding Custom Attributes English.vtt12.6 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/12 - Custom Controls/118 - Adding Functionality To A Custom Control English.vtt10.7 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/12 - Custom Controls/119 - Project Adding A Custom Star Control Part 1 English.vtt13.5 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/12 - Custom Controls/120 - Project Adding A Custom Star Control Part 2 English.vtt15.3 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/13 - Manipulators/123 - Creating Our First Manipulator English.vtt10 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/13 - Manipulators/125 - Manipulator For Dragging English.vtt15.8 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/13 - Manipulators/127 - Github repo with small UI Toolkit projects.txt37 B
[TutsNode.org] - Modern Unity UI with UI Toolkit/13 - Manipulators/128 - Github repo with small UI Toolkit projects.txt37 B
[TutsNode.org] - Modern Unity UI with UI Toolkit/13 - Manipulators/128 - Project Adding A Tooltip Manipulator Part 2 English.vtt9 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/13 - Manipulators/129 - Project Adding A Tooltip Manipulator Part 3 English.vtt11.8 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/14 - Extra Epoch Carousel/132 - Adding Content To The ScrollView English.vtt10.9 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/14 - Extra Epoch Carousel/135 - Adding The Epoch Bullets English.vtt8.9 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/15 - Game Project/137 - Basic Layout English.vtt12.7 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/15 - Game Project/143 - Simple Dragging Pattern English.vtt22 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/15 - Game Project/147 - Implementing The Game Logic English.vtt9.3 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/15 - Game Project/152 - Adding The Manipulator To The Icons English.vtt8.9 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/15 - Game Project/153 - Load Real Icons Dynamically English.vtt9.2 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/15 - Game Project/154 - Checking Answers English.vtt10.7 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/15 - Game Project/155 - Lets Provide Some Feedback To The Player English.vtt13.2 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/15 - Game Project/156 - Add Pressure With A Timer English.vtt12.6 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/3 - From Theory To Practise/17 - Section Poster.html163 B
[TutsNode.org] - Modern Unity UI with UI Toolkit/3 - From Theory To Practise/18 - Visual Trees English.vtt12.4 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/3 - From Theory To Practise/19 - Advantages Of Visual Trees English.vtt11.1 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/3 - From Theory To Practise/20 - From Visual Trees To UXML English.vtt12.6 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/3 - From Theory To Practise/21 - More UXML English.vtt10.5 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/3 - From Theory To Practise/23 - USS Files In UI Builder English.vtt12.8 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/3 - From Theory To Practise/25 - Simple Selectors English.vtt12.8 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/3 - From Theory To Practise/26 - Selector Precedence English.vtt16.7 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/3 - From Theory To Practise/27 - Complex Selectors Part 1 English.vtt11.7 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/3 - From Theory To Practise/28 - Complex Selectors Part 2 English.vtt17.1 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/3 - From Theory To Practise/29 - Pseudo Selectors English.vtt9.6 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/3 - From Theory To Practise/30 - Bringing It All Together English.vtt11.2 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/4 - Layout and Flexbox/31 - Section Poster.html141 B
[TutsNode.org] - Modern Unity UI with UI Toolkit/4 - Layout and Flexbox/32 - Terminology English.vtt2.1 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/4 - Layout and Flexbox/35 - Understanding Flex Direction English.vtt10.4 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/4 - Layout and Flexbox/36 - Flex Direction In UI Builder English.vtt9.3 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/4 - Layout and Flexbox/37 - The Flexbox Rabbit Hole English.vtt11.9 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/4 - Layout and Flexbox/48 - Shrink Grow Units English.vtt1.9 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/4 - Layout and Flexbox/51 - Simple Flexbox Pattern Example English.vtt10.9 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/4 - Layout and Flexbox/54 - Positioning English.vtt17.8 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/5 - Introducing The Course Project/56 - Introducing The Course Project English.vtt8.9 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/5 - Introducing The Course Project/57 - Optional Course Project Setup Part 1 English.vtt13.2 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/5 - Introducing The Course Project/58 - Optional Course Project Setup Part 2 English.vtt17.1 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/6 - BuildIn Controls/59 - Section Poster.html141 B
[TutsNode.org] - Modern Unity UI with UI Toolkit/6 - BuildIn Controls/60 - Buttons English.vtt11.8 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/6 - BuildIn Controls/61 - Add Basic Functionality To Controls English.vtt12.7 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/6 - BuildIn Controls/62 - Working With Text English.vtt14.3 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/6 - BuildIn Controls/64 - Complex Controls Slider English.vtt10.1 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/6 - BuildIn Controls/66 - Styling Controls English.vtt9.3 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/6 - BuildIn Controls/67 - Using The Slider English.vtt9 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/6 - BuildIn Controls/68 - Project Practice Simple Controls Part 1 English.vtt8.9 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/6 - BuildIn Controls/70 - Optional Using The Documentation English.vtt16.7 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/7 - Templates/71 - Section Poster.html141 B
[TutsNode.org] - Modern Unity UI with UI Toolkit/7 - Templates/72 - Working With Visual Elements In Scripts English.vtt18.9 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/7 - Templates/72 - Working With Visual Elements In Scripts.mp4143.5 MB
[TutsNode.org] - Modern Unity UI with UI Toolkit/7 - Templates/73 - Templates in UI Builder English.vtt16.8 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/7 - Templates/74 - Templates In Scripts English.vtt12.6 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/7 - Templates/75 - Loading Assets In Scripts English.vtt12.3 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/7 - Templates/76 - Project Practice Templates English.vtt11.8 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/8 - Finding Elements With UQuery/78 - Why are there 3 different ways English.vtt12.3 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/8 - Finding Elements With UQuery/79 - Setup Explained English.vtt12.2 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/8 - Finding Elements With UQuery/80 - UQueryBuilder English.vtt9.8 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/8 - Finding Elements With UQuery/81 - How To Find Single Elements With Q English.vtt13.1 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/8 - Finding Elements With UQuery/82 - How To Find Any Element With Query English.vtt13.4 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/8 - Finding Elements With UQuery/84 - Project Practice Queries English.vtt11.7 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/9 - Events in UI Toolkit/86 - Events Overview English.vtt17.1 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/9 - Events in UI Toolkit/87 - Event Data English.vtt9 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/9 - Events in UI Toolkit/88 - Understanding Event Propagation English.vtt13.1 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/9 - Events in UI Toolkit/89 - Event Propagation In Code Part 1 English.vtt13 KB
[TutsNode.org] - Modern Unity UI with UI Toolkit/9 - Events in UI Toolkit/92 - Event Example 2 English.vtt18.2 KB

Alternative Torrents for 'Modern Unity UI with UI Toolkit'.

There are no alternative torrents found.