consulo / consulo-unity3d

Frameworks: Unity3D
Apache License 2.0
103 stars 10 forks source link

UnityEngine.Rendering gets shown as not being used #194

Open SeniorBriefkasten opened 3 years ago

SeniorBriefkasten commented 3 years ago

Unity namespace UnityEngine.Rendering show up as not being used and getting "SerializedDictionary" is not resolved.

Screenshot 2020-12-13 211811

VISTALL commented 3 years ago

Hello. Can you say SerializedDictionary library? Looks like Consulo don't add this dependency

SeniorBriefkasten commented 3 years ago

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

VISTALL commented 3 years ago

Just press F12 in Visual Studio (go to definition), and you will see code. If it's decomplied check header

image

SeniorBriefkasten commented 3 years ago

Hope this is it

Screenshot 2020-12-15 215411

VISTALL commented 3 years ago

Hello. Looks like it's package 'com.unity.render-pipelines.core' from 'Packages/manifest.json'.

Can you say - directory exists 'Library/PackageCache/com.unity.render-pipelines.core@7.3.0' ?

It exists - try call manual unity sync, right click on root directory - 'Re-import unity project'

SeniorBriefkasten commented 3 years ago

I have 'com.unity.render-pipelines.core@8.3.1' in my directory. Re-importing unity project did not help

VISTALL commented 3 years ago

Good day. Can you attach Packages/manifest.json?

SeniorBriefkasten commented 3 years ago

Hi, here is the manifest hope it helps.

manifest.txt

VISTALL commented 3 years ago

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.