forked from Unity-Technologies/EntityComponentSystemSamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDefault.globalconfig
More file actions
17 lines (12 loc) · 937 Bytes
/
Copy pathDefault.globalconfig
File metadata and controls
17 lines (12 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# global config file must have the is_global=true present in the first line.
is_global=true
# enabe/disable the Netcode source generator files output in the temp folder. 0 disable, empty or 1 enable.
unity.netcode.sourcegenerator.write_files_to_disk=0
# enable/disable Netcode source generator logs output to the Temp/NetCodeGenerated/sourcegenerato.log file. 0 disable, empty or 1 enable.
unity.netcode.sourcegenerator.write_logs_to_disk=0
# the default Netcode source generator logging level is error.
unity.netcode.sourcegenerator.logging_level=error
# Netcode source generator will emit profile timings. 0 disable, empty or 1 enable.
unity.netcode.sourcegenerator.emit_timing=0
# Netcode source generator will wait attaching the debugger before processing the specified assembly (or all if the value is empty). Keep commented to avoid the debugger to attach
#unity.netcode.sourcegenerator.attach_debugger=ASSEMBLY_NAME_OR_EMPTY