vrchat-community / creator-companion

The Entry Point for Making Things in VRChat
https://vrchat.com/home/download
54 stars 371 forks source link

[BUG] Remove "Editor version at ...\2023.1.19f1\Editor\Unity.exe is not supported" message and toast, people aren't only VRChat content creators #380

Closed hai-vr closed 8 months ago

hai-vr commented 8 months ago

Describe the bug

The message "[INF] Editor version at C:\Program Files\Unity\Hub\Editor\2023.1.19f1\Editor\Unity.exe is not supported" shows up as an error.

Remove this message and toast.

VRChat content isn't the only reason people have the Unity Editor installed.

To Reproduce

Expected behavior

No error toast shows up

Screenshots

image

Related Product

VCC (VRChat Creator Companion)

Product Version

2.1.6

OS

Windows 10

Additional context

No response

anatawa12 commented 8 months ago

Is this same as #352?

I'm sorry for last reply with incorrect issue number.

orels1 commented 8 months ago

The frontend, currently, treats every message (including Information like the above) the same. We do want to adjust that so, by default, only severe logs are shown in that popup, and the rest is just in the logs tab. That would address this issue and many other similar logs that might be treated as errors, when its just information mainly for debug/support purposes.

I'll close this as a duplicate of #352