Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All errors or warnings that the user needs to be aware of should be notified as soon as possible. #15941

Open
smallmain opened this issue Aug 13, 2023 · 1 comment
Assignees
Labels
Editor Editor related Feature Request Module: ObjectModel Object decorator, serialization, reflection P3 Low priority Scripting Engine bindings, script system and editor script compiler related

Comments

@smallmain
Copy link

Use Case

Refer to #14550, errors are not limited to:

  • Prefab's property type is inconsistent with component script.
  • Script or resource missing.
  • Errors that may occur at compile time.

These should not be learned only when opened.

Problem Description

RT.

Proposed Solution

Consider using the existing notification center (but distinguish between permanent notifications and instant notifications) to inform users.

In consideration of performance issues, parallel threads can be used to analyze slowly in the background, and there is no need to guarantee the first notification.

How it works

No response

Alternatives Considered

no idea.

Additional Information

No response

@smallmain smallmain added Feature Request Needs Triage Needs to be assigned by the team labels Aug 13, 2023
@arsen2010 arsen2010 self-assigned this Sep 5, 2023
@arsen2010 arsen2010 added this to the V3.8.2 milestone Sep 5, 2023
@jareguo
Copy link
Contributor

jareguo commented Dec 8, 2023

用户希望的是

These should not be learned only when opened.
Consider using the existing notification center (but distinguish between permanent notifications and instant notifications) to inform users.

若实现并非如此,在 close 之前需要告知用户,解释一下我们做出取舍的原因

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Editor Editor related Feature Request Module: ObjectModel Object decorator, serialization, reflection P3 Low priority Scripting Engine bindings, script system and editor script compiler related
Projects
None yet
Development

No branches or pull requests

4 participants