Use Task to wait for AssetDatabase.ImportPackage to execute

Original link: https://blog.853lab.com/2022/07/post_2583.html public static async Task ImportPackageAsync(string packagePath) { TaskCompletionSource<object> taskCompletionSource = new TaskCompletionSource<object>(); try { AssetDatabase.importPackageCancelled += OnImportPackageCancelled; AssetDatabase.importPackageCompleted += OnImportPackageCompleted; AssetDatabase.importPackageFailed += OnImportPackageFailed; AssetDatabase.ImportPackage(packagePath, false); await taskCompletionSource.Task; } catch (System.Exception exception) { Debug.LogException(exception); } finally { AssetDatabase.importPackageCancelled -= OnImportPackageCancelled; AssetDatabase.importPackageCompleted -= OnImportPackageCompleted; AssetDatabase.importPackageFailed -= OnImportPackageFailed; } void OnImportPackageCancelled(string packageName) { taskCompletionSource.SetCanceled(); } […]

Use Task to wait for AssetDatabase.ImportPackage to execute Read More »

KeyFreeze – 62.6KB Temporarily disable mouse, keyboard [Windows]

Original link: https://www.appinn.com/keyfreeze-2/ KeyFreeze is a Windows tool with only 62.6KB. It can temporarily disable the mouse and keyboard, allowing you to calmly clean up the keyboard, prevent cats, watch movies, and make video calls. @Appinn After cleaning the keyboard the other day: How to clean up the keyboard gracefully? KeyboardCleanTool temporarily locks the keyboard

KeyFreeze – 62.6KB Temporarily disable mouse, keyboard [Windows] Read More »

Chen Zhen was a character invented by Ni Kuang, and the plaque for the sick man of East Asia was designed by Ni Kuang. Therefore, no one in China has not seen Ni Kuang’s works. Wesley and Yuan Zhenxia are not all of Ni Kuang’s work.

Original link: https://codechina.org/2022/07/chenzhen-nikuang/ Yesterday, Ni Kuang passed away. He was born in 1935 and died at the age of 87, which is not considered an early death. He was diagnosed with cancer a few years ago and gave up treatment on his own. In the early interviews, he had already said that I had better

Chen Zhen was a character invented by Ni Kuang, and the plaque for the sick man of East Asia was designed by Ni Kuang. Therefore, no one in China has not seen Ni Kuang’s works. Wesley and Yuan Zhenxia are not all of Ni Kuang’s work. Read More »

This site’s open source project – image exif information quick removal widget ExifStraper 1.0

Original link: https://ldqk.xyz/2187 Quickly remove exif information of images in batches. At present, it is difficult to find a gadget that removes exif information in batches and supports comprehensive formats, so you can do it yourself. This article is reprinted from: https://ldqk.xyz/2187 This site is for inclusion only, and the copyright belongs to the original

This site’s open source project – image exif information quick removal widget ExifStraper 1.0 Read More »

Shortcuts are also available on Windows! Use this software to help you increase your efficiency by 200%

Original link: https://www.ifanr.com/app/1498645 In the Apple ecosystem, there is an app called “Shortcut Instructions” – it can combine independent operations to form a powerful shortcut instruction, through which the various steps it contains can be quickly executed, thereby reducing User repetitive complex operations. ▲ “Shortcut Command” interface In the Windows platform, there is such a

Shortcuts are also available on Windows! Use this software to help you increase your efficiency by 200% Read More »

iOS 16 adds “Verification Code Robot”? The truth is not that simple

Original link: https://www.ifanr.com/app/1496336 Just a few days ago (June 20), many media reported that the XDA forum found news that Apple’s iOS 16 system contains “captcha robots”. After upgrading to the iOS 16 developer preview, you can find “Password and Security” in the Apple ID section of the “Settings” app, and pull it to the

iOS 16 adds “Verification Code Robot”? The truth is not that simple Read More »

Chinese Manufacturer Announces World’s First RISC-V Laptop for Developers

Produced | OSC Open Source Community (ID: oschina2013) Xcalibyte has announced ROMA , which it claims is the world’s first “native” RISC-V laptop for developers, led by RISC-V International (a non-profit organization) and co-created by Deepcomputing and Xcalibyte to provide native RISC-V development experience. According to the press release, ROMA is equipped with a quad-core

Chinese Manufacturer Announces World’s First RISC-V Laptop for Developers Read More »

The UK is experimenting with a 4-day working system. Why is BAT still addicted to 996?

Welcome to the WeChat subscription number of “Sina Technology”: techsina Text / Yuxin Source/Snow Leopard Finance and Economics (ID: xuebaocaijingshe) Four days of work, three days of rest, and the same salary. In early June, a total of about 3,300 employees in 70 companies in more than 30 industries in the UK began an “anti-involution”

The UK is experimenting with a 4-day working system. Why is BAT still addicted to 996? Read More »

Gen Z ditched Soul

Welcome to the WeChat subscription number of “Sina Technology”: techsina Text/Lv Jingzhi Tao Tao Ma Shuye Source/burning dimension (ID: chaintruth) One year after the termination of the listing of US stocks, the social platform Soul “turned to” the listing of Hong Kong stocks. On the evening of June 30, Soulgate, a software developer of Soul,

Gen Z ditched Soul Read More »

“Wobi CubyFun” received nearly 10 million yuan in angel round financing to build an intelligent board game platform

Visit the original URL Text | Pan Xiaoyu Editor | Peng Xiaoqiu 36氪 was informed that the smart board game creation platform “CubyFun” has recently received nearly 10 million yuan in angel round financing. This round of financing was invested by Guohong Jiaxin and individual investor Professor Gao Bingqiang. This round of financing will be

“Wobi CubyFun” received nearly 10 million yuan in angel round financing to build an intelligent board game platform Read More »