Implementing dock bar icon of the application "bouncing" on notifications

Good day everyone. I’m currently struggling to find a way to implement dock bar icon “bouncing” in order to notify the player when something important happens in the application, while it is currently minimized.
I know that Unity is (was?) utilizing Mono framework, so perhaps that kind of functionality is still available somewhere out of the box, but I’m really struggling to find any mention of something like that through the documentation.
Thanks for any help in advance!

That bouncing is a Notification. You can’t do that with native Unity; you need a plugin. Search for a macOS notification plugin (I did a quick google and didn’t find anything, but maybe you’ll have better luck).