Unity C# Create and Use DLL Tutorial Part 2

Use previously created C# scripts and create a DLL out of them in Visual Studios. The C# scripts are used to provide a popup to pick an axes from the InputManager. The tutorial for those scripts show how to create a PropertyDrawer for the InputManager.
Back to Top