-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathChangelog.txt
More file actions
62 lines (47 loc) · 1.46 KB
/
Changelog.txt
File metadata and controls
62 lines (47 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
--------------------
Chunity VERSIONS log
--------------------
2.2.1 (August 2025)
=====
Updated to ChucK language version 1.5.5.2 (chai)
(added) support for stereo (Eito, Nick, Ge)
2.2.0 (August 2024)
=====
Updated to ChucK language version 1.5.2.5 (chai).
(added) audio-thread-friendly global array setters
(fixed) Chunity Linux support
(fixed) Chunity iOS support
(fixed) fixed critical crashing issue using all Syncers
(fixed) improved general stability
(fixed) fixed crash in cases where no microphone is available
(fixed) il2cpp link error on some platforms (thanks @kshoji)
2.1.1 (August 2023)
=====
Updated to ChucK language version 1.5.1.1 (chai).
(fixed) a long-time crashing-on-main-instance cleanup bug
2.1.0 (May 2023)
=====
Updated to ChucK language version 1.5.0.0 (chai)
(added) support for ArraySyncers between ChucK and Unity
2.0.0 (June 2022)
=====
Updated to the latest version of ChucK, 1.4.1.1. Included new features
for callback functions that additionally pass back the name of the global
variable or a custom user-provided ID.
Platform support:
Release:
macOS
Windows
Beta Release:
iOS
Linux
Android
Alpha Pre-release (not all functions fully work):
WebGL
Chugins on macOS and Windows
1.0.2
===
Beta support for Linux. Tested only briefly on Ubuntu 18.04.
Addition of ChuckMainInstance > bool useMicrophone. Uncheck to disable
loading of the microphone (for example, if you are on a system that has
no microphones or you don't have access to the microphone).