Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Unity Problem: Lighting

A topic by Cubix Shadows created 20 hours ago Views: 81 Replies: 12
Viewing posts 1 to 7

Hello! i am making game in unity
and i use bake light in every scene
i have problem that i want to turn off the light on horror scene and use only flash light
but how i can turn light off bake
please replay solution
Thank You

(1 edit)

Hello,

Read the rules!

By rules I mean the Godot wild jam's rules. 

You can post any unity game elsewhere (except engine exclusive game jams).

 btw: I have no idea about anything unity

 You are not allowed to use any engine other than Godot for the jam.

Go here and READ the rules: Godot Wild Jam #69 - itch.io.

Thanks.

Moderator(+1)

But this is the general itch.io community. The jam has its own here.

Thanks for your reply

Oh sorry i did not know that. is only godot made games can upload on itch and is every game on itch is made by godot thank you

Moderator (1 edit) (+2)

No, our friend is talking about a specific game jam, and you posted in the general itch.io community.

(+1)

Oh I thought this is the Godot wild jam community

do you have any idea about unity thanks

Moderator moved this topic to General Development

Sorry Cubix Shadow I thought this was the Godot wild jam community. I am new to itch.io .

Extremely Sorry.

don't worry it is ok

btw: I have no idea about anything unity.

Ok thanks

When you bake lighting, a single lightmap is generated for all your lights and your static game objects. i.e. there is no easy option to turn these lights on and off. Probably you can do some hacky solution like replacing the entire lightmap with a completely black lightmap at runtime. There is no standard Unity feature for that. Static lightmaps are just not meant to be used for dynamic lighting ...