当前位置:网站首页>Unity learning notes: personal learning project "crazy genius Edgar" error correction document
Unity learning notes: personal learning project "crazy genius Edgar" error correction document
2022-07-03 10:41:00 【Thymol blue】
Unity Learning notes : Personal learning project 《 Crazy genius Edgar 》 Error correction document
This document is to complete the school Unity Error correction documents established during course assignments . It is used to record all kinds of problems encountered in the development process , So that the next time we encounter the same problem, we can find a solution in time .
Because it's a cooperative group assignment , The source document is Tencent shared document , But because the picture cannot be copied to CSDN Come on , So the pictures in the article are screenshots of the source document
1. Report errors UnityEditor.Graphs.Graph.DoWakeUpEdges (System.Collections.Generic.List`1[T] inEdges,System.Collect, And the animation state machine cannot be displayed
terms of settlement : Restart Unity. The problem is self defeating
(2 Bar message ) UnityEditor.Graphs.Edge.WakeUp () (at <XXX>:0)_Happy Fat house water blog -CSDN Blog _unityeditor.graphs.edge.wakeup
2. Animation state machine cannot Make Transition
terms of settlement : Press shift Select two connected animation state machines , Then right click to connect
3.3D Collider cannot trigger OnTriggerEnter
reason : No rigid body component added , The collision body cannot be triggered
Collision body must be added together with rigid body components to trigger
PS: After adding the rigid body component, the object fell Panel following , hold Use Gravity Do not check the option
4 Report errors ssertion failed on expression: ‘SUCCEEDED(hr)’
terms of settlement : Restart it and get it done
Other reference :
https://zhuanlan.zhihu.com/p/399023960
5 Failed to destroy the object
reason :Destory(this) Only destroy components , The object is not destroyed , Use Destory(gameObject)
6.VS Unable to add monitoring
【## VS 2019 Debug how to add monitoring 】https://mbd.baidu.com/ma/s/e4unxWyn
7. Debugged before. AudioPlayer No sound
resolvent : For the convenience of inspection during project handover , Checked mute Audio, So it's OK to play the sound
【【Unity3D daily BUG】Unity3D Can't hear the sound solution 】https://mbd.baidu.com/ma/s/XemDB7Ib
8. Write zombie script times wrong
https://blog.csdn.net/lovetaozibaby/article/details/119941146
terms of settlement : Drag the object into the right panel
9.3Dmax Of fbx The file import project reports an error
terms of settlement : hold fbx And maps on Unity Project assets Inside
If it is a whole prefabricated body , Just Unpack And then take out the required model separately
10.Scene The perspective has somehow become a perspective
terms of settlement : Click on it. XYZ Below the axis Persp/Iso
11 It was OK before Package The package cannot be imported , Check and find that it is renamed package Made of bags
Solution : Don't rename , Resources are what they are called , In addition, don't be smart enough to put resources into a new project and package what you want , It's going to be a mistake .
边栏推荐
- Ut2016 learning notes
- Knowledge map reasoning -- hybrid neural network and distributed representation reasoning
- Ind FHL first week
- Matrix calculation of Neural Network Introduction (pytoch)
- Install yolov3 (Anaconda)
- Are there any other high imitation projects
- 2021-09-22
- Out of the box high color background system
- 多层感知机(PyTorch)
- Hou Jie -- STL source code analysis notes
猜你喜欢
C#项目-寝室管理系统(1)
深度学习入门之自动求导(Pytorch)
Ut2015 learning notes
[LZY learning notes -dive into deep learning] math preparation 2.5-2.7
A complete answer sheet recognition system
Ut2014 supplementary learning notes
User recommendation preference model based on attention enhanced knowledge perception
C project - dormitory management system (1)
深度学习入门之线性回归(PyTorch)
Numpy realizes the classification of iris by perceptron
随机推荐
Ut2013 learning notes
Leetcode刷题---852
Leetcode skimming ---283
深度学习入门之自动求导(Pytorch)
Multilayer perceptron (pytorch)
侯捷——STL源码剖析 笔记
Introduction to deep learning linear algebra (pytorch)
Codeup: word replacement
Leetcode skimming ---44
Leetcode skimming ---75
Install yolov3 (Anaconda)
Model selection for neural network introduction (pytorch)
Hands on deep learning pytorch version exercise solution-3.3 simple implementation of linear regression
Data preprocessing - Data Mining 1
六、MySQL之数据定义语言(一)
Leetcode skimming ---263
Inverse code of string (Jilin University postgraduate entrance examination question)
Hands on deep learning pytorch version exercise answer - 2.2 preliminary knowledge / data preprocessing
Numpy realizes the classification of iris by perceptron
Weight decay (pytorch)