How to export from blender to Unity outer glowing object???

I`ve problem… Made glowing ball in blender, but why I export this ball to Unity… I have only ball, and 2-3 materials, but no glowing material, how to make glowing effect from blender to Unity?

Shaders from external modeling apps won’t work in Unity, because the shader language is different.

Glowing objects inside Unity can be achieved by using the ‘Emissive’ value in the Standard Shader and by using Bloom from the Post Processing Stack.

2 Likes