Srejon Khan

Results 6 comments of Srejon Khan

I will check and let you know. Thanks.

It should be good now. Please check and let me know.

`@` can be used before string literal, not a string variable. For example - ```csharp string s = Application.dataPath + @"\folder"; // this will work string s = @Application.dataPath +...

No, it doesn't support Android or iOS. I've mentioned a plugin in the readme.md in Android Support Section : https://github.com/SrejonKhan/AnotherFileBrowser#android-support

Yes, it was used for free memory. However, I never thought of it that way. I guess it would be better to make the texture readable. Perhaps, an optional flag...

@BigGiantHead Gentle ping! Would you like to open a PR with your changes? Your contribution would be greatly appreciated.