DllNotFoundException: Unity.VisualScripting.sqlite3 assembly:<unknown assembly> type:<unknown type>

So, I was trying to work on the new game but all I’m getting is this error:
System. DllNotFoundException: Unity.VisualScripting.sqlite3 assembly: type: member:(null)
For some reason, I know some people are having a problem with the sqlite3 ended up with DllNotFoundException error. I have that same problem but with visual scripting 2022.3, and even other versions of Unity. Some packages can’t find the sqlite3 file and therefore I won’t be able to use visual scripting
and the project setting ended up blank.
If there is any solution, that would be great.



Try creating a new empty project to see if the issue also occurs. If it does, close all editors, locate the Package Cache (location in the manual) and delete it. Then re-open the project.

You can also just uninstall VisualScripting package in case you don’t use it. It’s optional.

That sounds like a broken asset file. In a Readme no less. Kind of indicates some sort of corruption.

NVM, my visual scripting does work on the Unity version 2021.3

I did reimport the package and create the new project but that error is still occurred

Oh and ignore that error at the bottom, this is not my problem