Publisher | Cobaye Studio |
---|---|
File size | 56.31kB |
Number of files | 15 |
Latest version | 1.0.0 |
Latest release date | 2021-12-20 12:03:12 |
First release date | 2021-12-20 12:03:12 |
Supported Unity versions | 2018.4.2 or higher |
Generic reference are useful for prototyping. You can connect different components without the need for strong dependency between them and make your code more reusable. Instead of having a reference to a specific component type when you only need to use a simple variables (int, float, vectors, …), you can create a reference to a variable type (int, float, …) inside any kind of unity Object and make the connection in the editor.