Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while package import #23

Open
momijigari opened this issue Apr 9, 2021 · 0 comments
Open

Error while package import #23

momijigari opened this issue Apr 9, 2021 · 0 comments

Comments

@momijigari
Copy link

When I import the "VFXToolbox" via Package Manager I recieve 1 warning and 3 errors. (and the import itself fails, as far as I understand)
Errors are:

**\VFXToolbox-master\Editor\ImageSequencer\ImageSequenceAssetEditor.cs(12,22): warning CS0414: The field 'ImageSequenceAssetEditor.m_PreviewOutput' is assigned but its value is never used

\VFXToolbox-master\Editor\ImageSequencer\ImageSequencer.Export.cs(195,46): error CS1061: 'TextureImporterSettings' does not contain a definition for 'flipbookRows' and no accessible extension method 'flipbookRows' accepting a first argument of type 'TextureImporterSettings' could be found (are you missing a using directive or an assembly reference?)

\VFXToolbox-master\Editor\ImageSequencer\ImageSequencer.Export.cs(194,46): error CS1061: 'TextureImporterSettings' does not contain a definition for 'flipbookColumns' and no accessible extension method 'flipbookColumns' accepting a first argument of type 'TextureImporterSettings' could be found (are you missing a using directive or an assembly reference?)

\VFXToolbox-master\Editor\ImageSequencer\ImageSequencer.Export.cs(193,82): error CS0117: 'TextureImporterShape' does not contain a definition for 'Texture2DArray'**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant