consulo-unity3d
consulo-unity3d copied to clipboard
UnityEngine.Rendering gets shown as not being used
- IDE build number: 2732
- OS name and version: Windows 10 2004
Unity namespace UnityEngine.Rendering show up as not being used and getting "SerializedDictionary" is not resolved.
Hello. Can you say SerializedDictionary library? Looks like Consulo don't add this dependency
Hi, I'm not sure if this is right since I'm a beginner but on the Unity Scripting API site it says Core RP Library
Just press F12 in Visual Studio (go to definition), and you will see code. If it's decomplied check header
Hope this is it
Hello. Looks like it's package 'com.unity.render-pipelines.core' from 'Packages/manifest.json'.
Can you say - directory exists 'Library/PackageCache/[email protected]' ?
It exists - try call manual unity sync, right click on root directory - 'Re-import unity project'
I have 'com.unity.render-pipelines.core@8.3.1' in my directory. Re-importing unity project did not help
Good day. Can you attach Packages/manifest.json?
Yeah, it helps. Looks like 'com.unity.render-pipelines.core' is deep depedency (implicit).
For temp fix - add to json file, and call Reimport Unity Project.