当前位置:网站首页>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
- [combinatorial mathematics] pigeon's nest principle (simple form of pigeon's nest principle | simple form examples of pigeon's nest principle 1, 2, 3)
- [LZY learning notes -dive into deep learning] math preparation 2.5-2.7
- 【吐槽&脑洞】关于逛B站时偶然体验的弹幕互动游戏魏蜀吴三国争霸游戏的一些思考
- Automatic derivation of introduction to deep learning (pytoch)
- Leetcode skimming ---852
- 实战篇:Oracle 数据库标准版(SE)转换为企业版(EE)
- conda9.0+py2.7+tensorflow1.8.0
- 2018 y7000 upgrade hard disk + migrate and upgrade black apple
- Inverse code of string (Jilin University postgraduate entrance examination question)
猜你喜欢

【SQL】一篇带你掌握SQL数据库的查询与修改相关操作

深度学习入门之线性回归(PyTorch)

神经网络入门之模型选择(PyTorch)

Tensorflow—Image segmentation

Data classification: support vector machine

侯捷——STL源码剖析 笔记

Install yolov3 (Anaconda)

Convolutional neural network (CNN) learning notes (own understanding + own code) - deep learning

Multi-Task Feature Learning for Knowledge Graph Enhanced Recommendation

EFFICIENT PROBABILISTIC LOGIC REASONING WITH GRAPH NEURAL NETWORKS
随机推荐
Weight decay (pytorch)
Leetcode刷题---704
Content type ‘application/x-www-form-urlencoded;charset=UTF-8‘ not supported
Leetcode刷题---852
conda9.0+py2.7+tensorflow1.8.0
Ind FHL first week
[LZY learning notes -dive into deep learning] math preparation 2.1-2.4
Tensorflow—Image segmentation
Jetson TX2 brush machine
Leetcode skimming ---35
Handwritten digit recognition: CNN alexnet
Leetcode skimming ---263
How to hide cvxpy warnings: warn: a- > P (column pointers) not strictly increasing, column x empty?
ThreadLocal principle and usage scenario
丢弃法Dropout(Pytorch)
实战篇:Oracle 数据库标准版(SE)转换为企业版(EE)
Raspberry pie 4B installs yolov5 to achieve real-time target detection
神经网络入门之模型选择(PyTorch)
Julia1.0
Drop out (pytoch)