kimsama / Unity-QuickSheet

Unity-QuickSheet enables you to use spreadsheet file data within Unity editor.

Home Page:http://kimsama.github.io/Unity-QuickSheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AssetPostProcessor error CS1009: Unrecognized escape sequence

MauiJerry opened this issue · comments

When generating code from an excel xlsx file using Unity 2018.3.6f1, I get "error CS1009: Unrecognized escape sequence" on the NAMEAssetPostProcessor.cs file.
Apparently the assetFilePath replacement uses Assets\ instead of Assets/
simple to edit and fix in VStudio, but shouldnt be necessary.

Where do you run Unity, Windows?
Can you confirm that error happen even before the version Unity 2018 e.g. Unity 5.x?

I run unity on windows. Looks like there is a pull request that fixes this from a different fork.
I downloaded Unity 5 but didnt try... If you need me to try, I will put it in the ToDo list

Can confirm this is still an issue on Unity 2019 at least on Windows.

As MauiJerry said someone else posted a quick fix over here.

Hey,
The pull request seems to contain not only that bug fix but also some features. For features, I need to review before the merge.
Let me check do cherry-pick for the fix can be available.

Done merging at fdffe4b

Cheers,