I have no idea how to provide the Sky Atmosphere component with a custom mesh because there are no such properties exposed in editor window.
Do i need to do this in C++?
I am targeting mobile platforms.
I have no idea how to provide the Sky Atmosphere component with a custom mesh because there are no such properties exposed in editor window.
Do i need to do this in C++?
I am targeting mobile platforms.
As the message says, the property is in the material you apply to the skydome mesh, which is just a regular mesh in your scene.
Done.
Not sure you can actually do outer space views for mobile, if that’s what you’re trying to do.
Thanks for your reply.
I managed to resolve the message but still cant seem to get the same look as i can on the PC version
I am trying to get the kind of look as shown in the video below:
Is it possible to achieve this for mobile?
Edit 1: As far as i can tell the difference originates from the Default lit shading model. On mobile you cannot set the Is Sky tag unless you change the shading model to Unlit, but that completely takes away from the look. Is it not possible to have an atmosphere on mobile without Is Sky tag?
i really dont understand what you said? please video tutorial for this?
hi there! I don’t if this is worth it for anyone… i’ll post my fix. I just went into the skysphereblueprint and edited its material and ticked isSky. That worked for me… sorry if I can’t help more
@Lebman15 i cannot see Is Sky anywhere… Please can you explain me
This works for me, The red message is gone after selecting isSky in the material used by the sky Sphere blueprint
I can’t find the material that should go with Is Sky. Can you please assist with this error? It also states that I should connect it with Sky Atmosphere with nodes to visualize the atmosphere, I am not very clear on this.
go in the engine content and find a material named “SkySphereMaterial”. then tick is sky like this:
Edit1: change the material to unlit and opaque (coz it is only gonna’ be on the Skydome)
All these answers are good, but I feel the information on this thread is a bit in pieces, so here’s my take on how to explain the whole thing step by step (I’m just collating the info from previous answers, it worked for me):
With this, you should be getting rid of that message.
is there method to get it work without skydome?
Done, all the steps you mentioned, but the error message is still showing on the scree. How to fix that properly ???