SrejonKhan / AnotherFileBrowser

Just another File Dialog for Unity, with easy implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An issue when using SaveFilePanel with defaultFileName

Mailfth opened this issue · comments

There is a mistake in your code inside the function SaveFilePanel that makes the string defaultFileName make no difference. In your code the function overwrites the defaultFileName and doesn't include it in the default path. Here's how the code should look like (line 90 in my edited code):

What the function should look like

Still, you made a great tool and thank you for that.

Hello,

Thanks for finding it out. You can open a pull request if you would like to. I would be happy to merge your change.

fixed #6. Thanks for your contribution.