GameDevGuide-CustomTabsAndFlexibleGrid icon indicating copy to clipboard operation
GameDevGuide-CustomTabsAndFlexibleGrid copied to clipboard

This project is my implementation of Game Dev Guide's excellent tutorials on custom tabs and flexible grid layouts in Unity.

Results 3 GameDevGuide-CustomTabsAndFlexibleGrid issues
Sort by recently updated
recently updated
newest added

[+] Fixed line 41, 45, 49 letters problem. (small letters to capital letters)

https://github.com/IkeThermite/GameDevGuide-CustomTabsAndFlexibleGrid/blob/fdca55997d3cf7ec7766be0d942f3f4cae70fc07/Custom%20Tabs%20and%20Flexible%20Grid/Assets/Scripts/TabButton.cs#L52 This is the wrong method here :)

I refactored the FitType enum elements so that it is more readable in the inspector in Unity. Also, there were errors due to misnaming the enums in the script.