Google Open-Sources Noto Emoji 3D as .OBJ Files on World Emoji Day

Google announced on World Emoji Day, July 17, 2026, that it is open-sourcing its 3D emoji set, releasing the designs as raw .OBJ files for community use. The set, called Noto Emoji 3D, originally debuted in May 2026 and was met with negative reactions at the time. Google's official blog post, titled "Designing emoji for the way we communicate today," was published July 17 and details the release (Google Blog).
The decision to release .OBJ files specifically is worth noting. OBJ is a geometry-only format with no support for materials, animation, rigging, or PBR textures. Anyone wanting to use these assets in a modern game engine or real-time pipeline will need to handle shading, UV mapping, and any deformation setup themselves. The format's simplicity is also its limitation: .OBJ gets you meshes, not production-ready 3D content. For developers working in Unity, Unreal, or Three.js, the .OBJ files are raw clay, not finished assets.
Google suggested the files could be used to build VR worlds, indie apps, or memes (The Verge). The company's blog post strikes an openly permissive tone, stating that users can "remix them, break them and stretch them into shapes we never could have anticipated" (Google Blog).
That phrasing reads as an invitation to reinterpret the assets rather than simply consume them, and it lands against the backdrop of the negative reception Noto Emoji 3D received when it first appeared in May. By handing the raw geometry to the community, Google is effectively outsourcing creative direction. Whether that calculus pays off depends on whether independent developers and 3D artists find enough value in the base meshes to invest the additional work required to make them usable.
The Noto family itself is Google's long-running open-source type and symbol project, and this 3D extension fits that lineage. What makes the release notable is the licensing posture: Google is not publishing rendered images or a proprietary runtime. It is distributing the underlying geometry, which means the assets can be imported, modified, re-exported, and redistributed without engine or platform lock-in. For a developer building an open-source VR environment or a hobbyist prototyping a sticker pack, that distinction matters.
The choice of .OBJ over a richer format like .glTF, which supports materials, skeletal animation, and is increasingly the web standard for 3D asset exchange, will likely frustrate some practitioners. .glTF would have been the more contemporary choice for real-time applications. OBJ predates the modern web-3D ecosystem by decades. The absence of texture and material data means the emoji arrive as untextured meshes, requiring additional authoring work before they look like anything recognizably "Google" in a rendered scene.
In this author's view, the release is best understood as a starting point rather than a finished toolkit. Google is betting that the community will do the heavy lifting of turning raw geometry into something visually compelling, and the intentionally open-ended language of the announcement supports that reading. The negative reception to the original Noto Emoji 3D designs in May may have accelerated this move toward open-source release, though Google has not framed it that way. What is clear from the blog post is that the company is inviting modification rather than defending the original artistic choices.
For developers and 3D artists evaluating whether to invest time in these assets, the practical question is whether the base meshes are good enough to justify the downstream work. The answer will depend on the project. A VR environment that needs a handful of recognizable emoji as props can absorb the .OBJ-to-production pipeline without much friction. A team expecting drop-in, textured, rigged assets will need to look elsewhere or build the missing layers themselves.
The broader context here is that emoji have moved well beyond their origins as fixed-raster glyphs rendered at small sizes on a single platform. Three-dimensional, remixable, community-extensible emoji are now a viable category of asset, and Google's decision to release Noto Emoji 3D under an open license gives that category a concrete, freely available foundation to build on. Whether the community takes that foundation and produces something that outlasts the initial controversy around the designs is, at this point, an open question, and the answer will come from what people actually build with these files in the coming months.


