.UNITYWEB 文件扩展名

Unity WebGL Game Data

开发者 Unity Technologies
受欢迎程度
3.3  |  3 
 

什么是 UNITYWEB 文件?

A UNITYWEB file is a binary game data file used by a Unity WebGL video game. It contains either the game's JavaScript runtime and plug-ins, the game's WebAssembly, a binary image used to initialize the heap memory for the game's player, or the game's asset and scene data. UNITYWEB files may be compressed using gzip or Brotli compression, or they may be uncompressed, depending on how the developer who created the files chose to build their game.

更多信息

Unity is a cross-platform 3D video game development application. One of the platforms for which Unity developers can create games is WebGL. WebGL uses a JavaScript API to render 2D and 3D graphics in a web browser, allowing players to play Unity-developed games in a web browser.

When a developer builds their game for WebGL, Unity produces a folder with a variety of files related to that game. Some of these files are UNITYWEB files. UNITYWEB files are located in a game's Build directory, and they are named:

  • MyProject.wasm.framework.unityweb: Contains the game's JavaScript runtime and plug-ins
  • MyProject.wasm.code.unityweb: Contains the game's WebAssembly binary
  • MyProject.wasm.memory.unityweb: Contains a binary image used to initialize the heap memory for the game's player; generated only for multi-threaded builds
  • MyProject.data.unityweb: Contains the game's assets and scenes

注: Some Unity WebGL games may include additional UNITYWEB files in their Build directory, depending on which version of Unity was used to build the game.

如何打开 UNITYWEB 文件

UNITYWEB files are not meant to be opened manually. However, modders and other developers who wish to extract assets from asset-related UNITYWEB files can do so using AssetStudio (Windows), the Unity Assets Bundle Extractor (Windows), and other Unity asset extraction tools.

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开或引用 UNITYWEB 文件的程序

分类: 游戏
更新时间: 2021-12-29

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 Unity WebGL Game Data 文件格式和 Mac, Windows, and Linux 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们