Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Unity File Extensions

Shows file extensions in the project window · By Listwon

A few updates for current versions

A topic by RickSaada created Nov 17, 2022 Views: 85 Replies: 1
Viewing posts 1 to 2
(+1)

I pulled this down for Unity 2022.X which STILL doesn't support putting in extensions.  I found that it worked better if I updated the offsets around line 76 to be:

rect.x += (32f + GUI.skin.label.CalcSize(content).x);

rect.y += 0f;


And changed the color at line 24 to be 

color = new Color(.8f,.8f,.8f);

Developer

Thanks for the feedback! I'll look into it.