diff --git a/gdxapp4d-tos4/src/main/java/love/distributedrebirth/gdxapp4d/tos4/GDXAppTos4BootFactory.java b/gdxapp4d-tos4/src/main/java/love/distributedrebirth/gdxapp4d/tos4/GDXAppTos4BootFactory.java
index 63d60810..b97bff1f 100644
--- a/gdxapp4d-tos4/src/main/java/love/distributedrebirth/gdxapp4d/tos4/GDXAppTos4BootFactory.java
+++ b/gdxapp4d-tos4/src/main/java/love/distributedrebirth/gdxapp4d/tos4/GDXAppTos4BootFactory.java
@@ -106,7 +106,9 @@ public class GDXAppTos4BootFactory {
"love.distributedrebirth.numberxd.base2t.type,"+
"love.distributedrebirth.numberxd.base2t.typexl,"+
"love.distributedrebirth.numberxd.glyph,"+
- "love.distributedrebirth.numberxd.x4o"
+ "love.distributedrebirth.numberxd.x4o,"+
+ "love.distributedrebirth.unicode4d,"+
+ "love.distributedrebirth.unicode4d.atlas"
); // ; version=1.0.0
if (cachedir != null) {
diff --git a/gdxapp4d-vrgem4/pom.xml b/gdxapp4d-vrgem4/pom.xml
index 514cbd8c..f857f45d 100644
--- a/gdxapp4d-vrgem4/pom.xml
+++ b/gdxapp4d-vrgem4/pom.xml
@@ -90,6 +90,8 @@
love.distributedrebirth.numberxd.base2t.typexl,
love.distributedrebirth.numberxd.glyph,
love.distributedrebirth.numberxd.x4o,
+ love.distributedrebirth.unicode4d,
+ love.distributedrebirth.unicode4d.atlas
love.distributedrebirth.gdxapp4d.vrgem4.service
love.distributedrebirth.gdxapp4d.vrgem4.*