Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
unity_game_dev [2020/04/18 20:48] paul [Photon PUN] |
unity_game_dev [2020/04/18 21:02] (current) paul [Unity Engine] |
||
---|---|---|---|
Line 351: | Line 351: | ||
public Component particleSystem { get; } | public Component particleSystem { get; } | ||
</ | </ | ||
+ | |||
+ | ===== Debug ===== | ||
+ | |||
+ | You can format your debug colors! | ||
+ | |||
+ | <code c#> | ||
+ | Debug.LogError("< | ||
+ | </ | ||
+ | |||
===== Multiplayer ===== | ===== Multiplayer ===== |