Guney Ozsan

Results 10 issues of Guney Ozsan

Not sure if this is the right place but here it is. When I search “devto” or “dev to” on iOS store the app it does not appear I search...

triage

- Particularly prevents naming conflict between namespace "Editor" for "/Assets/Editor/" and "class ReporterEditor : Editor". - Namespaces are used to prevent any future conflicts instead of changing "class ReporterEditor :...

- Updated to match the value in asset store unity package.

Updating to the ones in asset store unity package.

The base class of `ReporterEditor` is named `Editor`. However, this clashes with namespace `Editor` used for Editor folders in Unity. I suggest moving plugin files to their own namespace: ```c#...

Fixes Gradle sync error "Gradle project reload failed. Minimum supported Gradle version is 4.10.1. Current version is 4.1." when opened with Android Studio Bumblebee 2021.1.1 Patch 1.

On Unity 2018.2.11f1, when I copy `WebGLTemplates` folder into project I get a typo error: `Assets/WebGLTemplates/Responsive/responsiveMinimalTemplateLoader.js(89,117): UCE0001: ';' expected. Insert a semicolon at the end.` After fixing it by adding...

The two boxes for total cases have different titles, one "cases", the other "total cases". I believe the text **cases** was not updated to **total cases** in the bottom box...

Hello. This is actually a feature request. Cancel button currently does not return a callback. It would be great to have one. Receiving a callback like NoFileSelected when cancel button...