Questions about the use of Texture Streaming
1) Questions about the use of Texture Streaming 2) the reason why the Unity 3D scene UI is interrupted and approved 3) Meaning of Asset Provider and Asset Bundle Provider 4) Addressables loads only the initial resources when updating resources 5) Tracing algorithm display problem
This is the 246th UWA technical knowledge sharing push. Today, ...
Added by newbie5050 on Mon, 07 Mar 2022 22:22:42 +0200
U3D game development framework - object pool
1: Purpose
Memory management is an important item in software development. In the game, there are some objects that need to be created and destroyed frequently, such as bullets in shooting games, obstacles in parkour games, etc. the usual method is to use instance and Destroy to continuously open up and release memory, but such operation is f ...
Added by maxedison on Fri, 04 Mar 2022 01:03:30 +0200
Unity3d C# realizes the function of voice synthesis audition and selecting the path to save and download (including source code)
preface
It is planned to realize the speech synthesis function, convert text to speech, and support audition and saving functions. After a period of research, it is found that Sogou can be used, with a free quota of 1-2 million words:
It is decided to connect with Sogou interface to complete these functions.
effect:
preparation
You c ...
Added by abda53 on Sat, 19 Feb 2022 15:24:25 +0200
UnityWebRequest usage
1: Unity network tools:
Unity originally had a tool class WWW accessed by Http. In the new version of unity, a new tool class UnityWebRequest was introduced to replace the original WWW class. After that, we try to use UnityWebRequest to make a request.
2: Simple Get access
UnityWebRequest contains multiple static methods. You can create a ...
Added by praxedis on Thu, 17 Feb 2022 21:59:51 +0200
Shader programming_ For the basic texture in unity, use Unity Shader to achieve the rendering effect of the basic texture
Learn how to render basic textures using Unity Shader
catalogue
Learn how to render basic textures using Unity Shader
Q1: describe the diffuse texture, height texture, normal texture, gradient texture and mask texture in detail?
Q2: what is model space, tangent space and world space?
Q3: what are the advantages and disadvantages of storing ...
Added by Tokunbo on Thu, 10 Feb 2022 01:40:13 +0200
Unity releases ios and Android to obtain camera permissions
Unity releases ios and Android to obtain camera permissions
preface
Recently, when using Unity to develop App and release Android and ios, we encountered the problem of camera permission
1, Problem description
Because the app needs to use the camera of the device, it is necessary to obtain the camera permission of the device. The pr ...
Added by jcarver on Wed, 09 Feb 2022 00:35:46 +0200
Notes and extensions of Unity3D action game development practice 2.1
2.1.1. Using coprocessing to decompose complex logic
Processing asynchronous tasks with a collaborative process: when you encounter some program requirements that need asynchronous processing, you can use a collaborative process to implement themAdvantages of using collaborative process: simple and easy to implementExample: using coprocessor ...
Added by zysac on Mon, 07 Feb 2022 13:11:01 +0200
Unity delay management class
This is a singleton class, which is suitable for the time management of the whole project. From then on, let's get rid of monobehavior Update function
In addition, people may feel that calling by unified management consumes performance. This is just calling delegate functions. Even if thousands of empty methods are called in a loop, they will ...
Added by kpzani on Wed, 02 Feb 2022 18:24:54 +0200
Spend a day doing a high force grid playing aircraft game and have a complete tutorial of 10000 word Unity! The beautiful schoolgirl looked at the direct call and hit the plane 666!
๐ข Blog home page: https://blog.csdn.net/zhangay1998๐ข Welcome to like ๐ Collection โญ Leaving a message. ๐ Please correct any mistakes! ๐ข This article was originally written by God Y. and launched in csdn ๐๐ข The future is long, and it is worth our efforts to go to a better life โจ
๐ hit a plane
โ๏ธ The sun is bright, the drive ...
Added by Jayson on Tue, 01 Feb 2022 22:51:32 +0200
Bundle encryption prevents AssetStudio from acquiring assets
Students who have done Unity bundle resources know that AssetStudio can easily crack the bundle and obtain the original resources in the project. In order to prevent their project resources from being easily obtained by others, AssetStudio has studied the following feasible bundle encryption scheme on the Internet. The following two methods are ...
Added by doctor_james on Mon, 31 Jan 2022 05:10:36 +0200