NavidK0 / SimpleGraphQL-For-Unity

A simple graphQL client that allows one to use .graphql files (or code) for queries, mutations, and subscriptions with Unity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't build on Unity 2019.4

johanhelsing opened this issue · comments

Complains about ScriptedImporter is missing.

Sorry, upgraded the repo to 2020.3 (where it builds fine) already, so I don't have the full error, just thought I'd flag it.

Should be fixed with 20cc1ea.

2020.2 took the Asset Importer stuff out of experimental, so the namespaces changed.