Alex Harrison
Alex Harrison

Reputation: 11

Unity Issue with Asset Pack

I am fairly new to Unity and when I import this asset pack, my project gains 600+ compile errors with most of them looking something like this:

Library\PackageCache\[email protected]\Runtime\Utilities\Playables\VisualEffectActivation\VisualEffectActivationClip.cs(4,19): error CS0234: The type or namespace name 'Timeline' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)

These are the other two errors that are a bit different than the others:

Script updater for Library\Bee\artifacts\1900b0aE.dag\Unity.ShaderGraph.Editor.dll failed to produce updates.txt file

Script updater for Library\Bee\artifacts\1900b0aE.dag\Unity.PackageManagerUI.Editor.dll failed to produce updates.txt file

I have been looking for the fix, but I didn’t find anything.

Thanks in advance!

Upvotes: 1

Views: 5433

Answers (2)

Badjem79
Badjem79

Reputation: 151

deleting Library and Packages folders fixed the problem for me

Upvotes: 0

Augusto Pinheiro
Augusto Pinheiro

Reputation: 61

Have you tried clearing the Library folder inside of the Unity project folder?

First you should close Unity, and go to the Unity Root Project Folder, find the Library folder and delete it.

Done that, reopen Unity and it should re-import everything and hopefully fix the issue!

It can often solve a lot of import errors :)

Upvotes: 3

Related Questions