NavidK0 / SimpleGraphQL-For-Unity

A simple graphQL client that allows one to use .graphql files (or code) for queries, mutations, and subscriptions with Unity.
MIT License
34 stars 18 forks source link

Doesn't build on Unity 2019.4 #9

Closed johanhelsing closed 3 years ago

johanhelsing commented 3 years ago

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.

NavidK0 commented 3 years ago

Should be fixed with 20cc1ea4d559ee1514ad4371ee7df0ab4571bf0d.

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