|
|
@ -66,6 +66,7 @@ namespace Fungus |
|
|
|
|
|
|
|
|
|
|
|
string sounds = "["; |
|
|
|
string sounds = "["; |
|
|
|
foreach (AudioClip ac in soundClip) { |
|
|
|
foreach (AudioClip ac in soundClip) { |
|
|
|
|
|
|
|
if(ac!=null) |
|
|
|
sounds+=ac.name+" ,"; |
|
|
|
sounds+=ac.name+" ,"; |
|
|
|
} |
|
|
|
} |
|
|
|
sounds = sounds.TrimEnd(' ', ','); |
|
|
|
sounds = sounds.TrimEnd(' ', ','); |
|
|
|