Game engine

After Unity imports the fbx model, the rotation and position of the object automatically change during runtime.

After Unity imports the fbx model, the rotation and position of the object automatically change during runtime. Problem Description Today, during the development of the game, I imported an FBX material of a ship from the Internet. I want to use this model to replace the ship that was originally designed with cube as the model. ​ After the model is imported into Unity, it is vertical by default. ​ ... »

Unity and iFlytek voice interaction: using aiui skills

Voice interaction When it comes to artificial intelligence, it cannot be separated from voice. Everyone will think that a device that can talk to people is a manifestation of intelligence. In terms of domestic voice intelligence research and development, iFlytek is recognized as the best. When understanding voice intelligence, customers have mentioned The one is iFlytek, because their goal is to m... »

Unity 2D side-scrolling game (JUNGLE RULES)

Table of contents < Game Demo > < Project content > (1) Project content < Project Analysis > (1) Game planning (2) Game art (3) Game program < Project implementation > (1) Game character (Player) (2) Enemy (3) UI interface (4) Camera (5) Billboard (6) Game scene (Scene) < project source code >​​​​​​​ < Game Demo >                     Alibaba cloud disk sharinght... »

UE4_UE5 making 3DUI-following the camera direction (with project)

UE4_UE5 production 3DUI process (with project) 1. Create the Widget control class: Named 3DUI 2. Create UI content: 3. Create an Actor class to display the UI   Named: BP_My3DUI 4. Edit the BP_My3DUI class and add the Widget component Add Widget to Details on the right 5. Compile all the edited classes, then drag and drop the BP_My3DUI class into the scene Found that the UI position is too high, f... »

Unity exports the Android project and creates a new activity to place the privacy agreement

1. Now export the Android project in unity 2. Use Android Studio to open the exported projectClick Open to open it, needless to say 3. Right-click to create a new empty Activity 4. Replace this with Activity 5. Open this layout file 6. Click on design and make the layout yourself. I’m just giving an example here, something like this Click on code, paste this code, and you will get an interface sim... »

Unity game development: implementation of dialogue system

In puzzle games, dialogue with NPCs is a basic and commonly used function. Generally speaking, players can obtain some valuable information during conversations with NPCs and have a certain guiding role in subsequent games. In addition, before and after the player obtains the corresponding item, the content of the conversation with the NPC will also change accordingly. Therefore, we need to encaps... »

Unity reads excel table data

Unity reads excel to read table data After reading Excel data, when there are many data tables, a generic method is added to facilitate the reading of multiple tables. 1. Create a serialized data base class public class LocalDataBase<T> : ScriptableObject { public T[] data; } public class LocalFile : LocalDataBase<int> { } For the convenience of unification, arrays are used to save dat... »

2022-05-08 Unity Core 5——Tilemap

Article directory 1. Tile resources2. Tile palette window3. Key scripts and collider of tile map4. Import the official tile expansion package5. New tile type6. New brush type7. Code management Tilemap ​Tilemap, generally called tile map or tile map, is a new feature in Unity2017. It is mainly used to quickly edit scenes in 2D games and improve map diversity by reusing resources. The working princi... »

2022-04-30 Unity Core 2——Sprite

Article directory 1. Single picture editing2. Multiple picture editing3. Polygon polygon editing4. Sprite Renderer sprite renderer5. Sprite Creator6. Sprite Mask7. Sorting Group Sorting Group8. Sprite Atlas production album As the name suggests, Sprite Editor is a sprite picture editor. It is mainly used to edit Sprite pictures used in 2D game development. ​ It can be used for editing, extracting ... »

C# Intermediate Development of Unity

@author : SYFStrive @Blog Home : HomePage 📜: C# Intermediate Development of Unity 📌:Personal community (big guys are welcome to join) 👉:community link 📌:If you think the article is good, you can pay attention to it 👉:Column link »

Page 1 of 29123»