Skip to content

Commit 493c9d1

Browse files
committed
v2.3.1
1 parent 2a2ce97 commit 493c9d1

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

ChangeLog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# [2025-10-20] v2.3.0 - Updated for Unity 6.3
1+
# [2025-11-17] v2.3.1
2+
3+
- Fixed regressions in Unity 6.3 Runtime USS where UnityEditor namespaces were still referenced in runtime code.
4+
5+
# [2025-10-20] v2.3.0 - Updated for Unity 6.3
6+
7+
SVG support and uss filters are now built-in!
28

39
- Runtime USS rework for Unity 6.3 compat
410
- Sample Scene updated for Unity 6.3 (added svg loading and filter usage)

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.0";
39+
string _onejsVersion = "2.3.1";
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.0",
3+
"version": "2.3.1",
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)