Skip to content

Commit f10521c

Browse files
committed
v2.3.3
1 parent 95b31d1 commit f10521c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

ChangeLog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# [2025-11-28] v2.3.2 - Minor Fixes
1+
# [2025-11-30] v2.3.3 - Bug Fixes
2+
3+
- Make Sample code to use "PhysicMaterial" for pre Unity 6 versions
4+
- Guard Coroutine Eval in Runner
5+
6+
# [2025-11-28] v2.3.2 - Minor Fixes
27

38
- Fixed ExCSS.Unity issue on Unity 2022.3
49
- Fixed WebGL Playmode issue with `document` not being set

Runtime/Engine/Bundler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class Bundler : MonoBehaviour {
3636
public string[] ignoreList = new string[] { "@outputs/tsc", "node_modules", "tmp" };
3737

3838
ScriptEngine _engine;
39-
string _onejsVersion = "2.3.2";
39+
string _onejsVersion = "2.3.3";
4040

4141
void Awake() {
4242
_engine = GetComponent<ScriptEngine>();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.singtaa.onejs",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"displayName": "OneJS",
55
"description": "OneJS brings JavaScript and many beloved web techs to Unity, seamlessly integrating with UI Toolkit without the need for a browser or webview.",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)