当前位置:网站首页>Implementation of unity hub free version
Implementation of unity hub free version
2022-07-24 08:12:00 【sirria1】
1. sign out UnityHub, Install well nodejs after , use Win+R Input "cmd" Execute the following command
npm install -g asar2. open UnityHub The installation directory is as follows C:\Program Files\Unity Hub\resources.
3. stay C:\Program Files\Unity Hub\resources Open the command line , Execute the following command to unzip app.asar
C:\Program Files\Unity Hub\resources> asar extract .\app.asar appAfter decompression, delete C:\Program Files\Unity Hub\resources\app.asar.
4. modify C:\Program Files\Unity Hub\resources\app\build\services\licenseService\licenseClient.js
getLicenseInfo(callback) {
// load license
// get latest data from licenseCore
//licenseInfo.activated = licenseCore.getLicenseToken().length > 0;// Comment this line
licenseInfo.activated = true;// New line
licenseInfo.flow = licenseCore.getLicenseKind();5.C:\Program Files\Unity Hub\resources\app\build\services\licenseService\licenseCore.js
verifyLicenseData(xml) {
return new Promise((resolve, reject) => {
resolve(true);// New line
if (xml === '') {
6. Reopen unity hub, Activated at this time .
边栏推荐
- how to add square on screenshot
- 图新地球:Revit建模的rvt格式BIM模型如何带着纹理精准匹配地图
- A knight's journey
- Natural language processing hanlp
- What is NFT? An article to understand the concept of NFT
- [shutter] the shutter doctor reports an error
- 【线性代数】深入理解矩阵乘法、对称矩阵、正定矩阵
- EZDML逆向工程导入数据库分析实操教程
- Have you seen the interview questions of VR major? Trust me, it's absolutely useful
- POJ3278抓住那头牛题解
猜你喜欢

Kotlin higher order function & DSL layout persuasion Guide

Android kotlin uses a coroutine instead of a callback function (suspendcoroutine usage)

13.Unity2D 横版 可上下左右移动的双向平台(双向行走+可移动+单独判定)+随机平台生成

Solve the problem that Anaconda navigator cannot be opened

About the big hole of wechat applet promise

When does MySQL use table locks and row locks?

Decision tree - ID3, C4.5, cart

Hegong sky team vision training Day2 - traditional vision, opencv basic operation
![[target detection] IOU (intersection and combination ratio)](/img/16/d1bd89582e0e04a627e7909eb4f31d.png)
[target detection] IOU (intersection and combination ratio)

Do you want to have a robot that can make cartoon avatars in three steps?
随机推荐
CNN-VINS
[redis] how much do you know about bloom filter and cuckoo filter?
Thesis reading: geotransformer
Kotlin coroutine (II): scope and cancellation
Vidar-Team战队专访:AS WE DO, AS YOU KNOW.
Typescript double question mark operator
Full revolutionary Siamese networks for object tracking translation
Telecom Customer Churn Prediction challenge baseline [AI competition]
Digital twin demonstration project -- Talking about simple pendulum (4) IOT exploration
P3916图的遍历 题解
Shared lock, exclusive lock, mutex lock, pessimistic lock, optimistic lock, row lock, table lock, page lock, non repeatable read, lost modification, read dirty data
*Yolo5 learning * data experiment based on yolo5 face combined with attention model se
Zhouzhihua machine learning watermelon book chapter 2 model evaluation and selection - accuracy and model generalization evaluation method, self-help method and integrated learning
Figure New Earth: how to import CAD files with modified elevation datum (ellipsoid)
Semantic slam: Probabilistic Data Association for semantic slam
Anaconda cannot shut down the method of forced shutdown
我在微软的这六个月
What is NFT? An article to understand the concept of NFT
[target detection] IOU (intersection and combination ratio)
[tools] a few lines of code can realize complex excel import and export tool classes, which is really strong!!!