Valery Semenchuk

Results 170 comments of Valery Semenchuk

There long story - how Consulo work with Unity Project. After some time i decided to import projects without Unity or VS project files (some long code here https://github.com/consulo/consulo-unity3d/blob/master/plugin/src/main/java/consulo/unity3d/projectImport/Unity3dProjectImporter.java#L276) About...

There some issues with loading big projects, like Consulo try to analyze audio files (or some big unknown files). I'm planning add audio plugin in future (https://github.com/orgs/consulo/projects/14) I'm also Unity...

Network debug via standard Unity logic works as expected

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

Just press F12 in Visual Studio (go to definition), and you will see code. If it's decomplied check header ![image](https://user-images.githubusercontent.com/542934/102262147-b5b6e680-3f23-11eb-9ba4-494e62556b03.png)

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 -...

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.

Hello. I'm working at that issue (since i want migrate to java 9). You can found my source here https://github.com/consulo/jdom Also this library will contains module-info for java 9 (but...

If i miss something, notify me - i will fix it.