cocos-engine
cocos-engine copied to clipboard
All errors or warnings that the user needs to be aware of should be notified as soon as possible.
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
用户希望的是
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 之前需要告知用户,解释一下我们做出取舍的原因