Blender splash screen into unity?

I have created a simple animation intro for my game with blender. Now I want to insert this into unity.

Can someone point me in the right direction of doing this?

I found this video

of this new splashscreen new feature in unity 5.5 but its on beta stage and there is no posibility to add here animations/videos/sounds.

Any help will be appreciated.

Then if a feature doesn’t do what you want, you roll your own(this is quite common actually). If you are not using the free version of Unity, you can disable the splash screen completely, and then you could have a scene that simply does your animations, videos, and sounds. Then, when it is done, or when the player presses a key to skip(assuming you allow this, which I think you should), you go to the first scene in your game, like your main menu or whatever.

Thanks, currently I’m using unity personal. I will try that.