unityhub://2019.4.4f1/1f1dac67805b
GameObject obj = new GameObject<gameobjName>();
直接通过角色绕鼠标旋转,然后子弹的朝向即是
transform.rotation,e.g., GameObject go = (GameObject)GameObject.Instantiate(Bullet, _bulletProducedPos, transform.rotation);
可能是Particle Animator的Does Animate Color?选项未勾选.
GameObject FindChild(string pName) {
Transform pTransform = gameObject.GetComponent<Transform>();
foreach (Transform trs in pTransform) {
if (trs.gameObject.name == pName)
return trs.gameObject;
}
return null;
}
因为按了Collapse按钮
将自己希望打开的工程Assets目录下的Assets,Library,ProjectSettings拷贝到新文件夹下,然后打开工程即可。
暂停 :ctrl+shit+p
粘贴 :选中要复制的,按ctrl+D
显示Console: Ctrl+Shift+C
console窗口弹不出来:在右上角切换一下[2 by 3]
ctrl+6:animation
ctrl+7:profile
E(Scene下):旋转
W(Scene下):移动
ctrl+D:快速复制
ctrl + alt + P : 暂停Step
gameObject.transform.localPosition为相对父节点的位置\
gameObject.transform.position为相对world space的位置。
调深度,若无法解决-\>调z为(-1),若无法解决-\>将sliced
sprite和label的图集换成不同的图集(相同图集,显示起来会有问题)
Window遮挡住了button
将camera的far调远一点,并将UITiled Window调远一点即可。
camera的clear flag设为Depth only,culling
mask设置为Nothing然后设置为自己创建的层.
texture时无法消除背景颜色
将camera的Background设置alpha为0即可。
class BaseBehaviour : MonoBehaviour {
protected void Start(){}
}
class DerivedBehaviour : BaseBehaviour {
void Start(){
base.Start();
}
}
libunity.so:
/Applications/Unity/PlaybackEngines/AndroidPlayer/Variations/il2cpp/Release/Symbols
${ProjectDir}/Temp/StagingArea/symbols
start explorer %UserProfile%\AppData\LocalLow\[company]\[productname]
start explorer %TMP%\yorcompany\Crashes
因为点击了Console窗口的**Error pause**
是此文件夹所属的Assets目录(如父目录或者父目录的父目录等)下的meta文件的问题(最终还是更换文件夹名称解决的)
unitypackage包名包含中文,改成英文然后解压即可。
要排序的UIInput命名:1、2...9、91(不能改为10,Hierarchy视图中可Sort
By Name来排序,因为是字典比较)
查看ab包内容
rider 2023.1以上
使用frameReady回调监听第一帧播放,要通过sendFrameReadyEvents启用开关
半透+半透明贴图叠加直接用color.a = GammaToLinearSpaceExact(color.a);
有问题
遮罩必须是纯实的黑色 不然就用Mask组件就会有毛边 mask不要做压缩处理
图集格式:
Allow Rotation - 禁用
如果勾选了 生成的atlas如果旋转了, Image挂上一张图会自动把图片设置为Sliced,然后再挂这张图会导致这张图变成旋转后的图
回到主题,SpriteRenderer和UI Image之间的区别是什么?显而易见,sprites的开销更大,因为它的几何数据更复杂。但是如果我告诉你顶点操作通常比片元操作开销小的多呢?尤其对于移动设备和半透明对象。
public int PlayEffect(string stateName, Action callback = null)
{
var animator = GetComponent<Animator>();
animator.Update(0f);
animator.Play(stateName, -1);
if (callback == null) return 0;
StartCoroutine(DelayRunEffectCallback(animator, stateName, callback));
return 0;
}
public IEnumerator DelayRunEffectCallback(Animator animator, string stateName, Action callback)
{
// 状态机的切换发生在帧的结尾
yield return new WaitForEndOfFrame();
var info = animator.GetCurrentAnimatorStateInfo(0);
if (!info.IsName(stateName)) yield return null;
yield return new WaitForSeconds(info.length);
callback();
}
echo 正在打包android资源
/Applications/Unity/Hub/Editor/2019.4.30f1c3/Unity.app/Contents/MacOS/Unity -projectPath ./src/client/trunk_android -executeMethod PackBuild.PackResource -quit -logFile /Applications/Unity/Hub/Editor/2019.4.30f1c3/Editor_trunk_android.log Start_Version=$start_version Game_Version=$game_version isExportUnityProject=$isExportUnityProject isPackStart=$isPackStart &
echo 正在打包ios资源
/Applications/Unity/Hub/Editor/2019.4.30f1c3/Unity.app/Contents/MacOS/Unity -projectPath ./src/client/trunk_ios -executeMethod PackBuild.PackResource -quit -logFile /Applications/Unity/Hub/Editor/2019.4.30f1c3/Editor_trunk_ios.log Start_Version=$start_version Game_Version=$game_version isExportUnityProject=$isExportUnityProject isPackStart=$isPackStart &
wait
/Users/{yourusername}/Library/Application Support/company/name/AssetBundles/starter_res_version.bytes
UnityEngine.GameObject obj = PrefabUtility.LoadPrefabContents(_assetsPath);
BoxCollider collider = obj.AddComponent(typeof(BoxCollider)) as BoxCollider;
PrefabUtility.SaveAsPrefabAsset(obj, _assetsPath);
AssetDatabase.ImportAsset(_assetsPath);
canvas scaler->UI Scale Model设置成Scale With Screen Size
unity hub升级到最新版本,如果还不出来 用另一台电脑把package下载完成后 然后这台电脑更到最新
重新安装unity
Pivot:自身中心点,图标是小蓝点。表示图片以哪个点来计算坐标值。默认在UI元素的几何中心点(center)。
Ps:注意不要与几何中心点(center)(Anchor位置的确定是以父亲的几何中心为参考点的)混淆;Unity中的许多操作都是以Pivot为中心的(如旋转等)
Anchor:锚点,图标是四个小三角形,表示该UI元素以父物体的哪个位置作为缩放参考。锚点不能选在父容器外面。父物体缩放时,会影响到子物体的缩放,以使子物体与父物体锚点标记位置的相对距离保持不变。通过控制锚点位置来控制缩放方式。
PosX,PosY:自身中心点以锚点为原点的坐标值(依据锚点来设置位置的),必须锚点4个小三角合并在一个点上才出现该属性。 Left,Right,Top,Bottom:自身锚点不聚于一点时出现该属性,表示UI元素的四边到锚点的距离。
Ps:Debug下Anchor Position就是以该物体的轴心点为原点,锚点的几何中心的坐标(原点向上为负方向);Local PositionXY,是以父亲Pivot为原点,物体的pivot的坐标(原点向上为正方向)。
Blueprint mode关闭,当我们对UI 进行缩放旋转时,我们的UI物体的Rect白框都会自动包含住我们的UI物体,当我们开启Blueprint mode,我们的UI物体的Rect白框一直处于原始状态,不会随着UI物体的缩放旋转进行变化
Raw edit mode开启时,改变Anchors与Pivot数值都不会改变Pos的值,Ui物体会去适应Anchors与Pivot数值,找到合适的位置使Pos保持原状不改变。
public static void SetActiveRecursively(GameObject rootObject, bool active)
{
rootObject.SetActive(active);
foreach (Transform childTransform in rootObject.transform)
{
SetActiveRecursively(childTransform.gameObject, active);
}
}
美术做出的模型是引用的预制体,解除预制体就可以了,右键unpack prefab
Application.targetFrameRate=-1;
using UnityEngine;
using System.Collections;
public class FPSDisplay : MonoBehaviour
{
public float showTime = 1f;
private int count = 0;
private float deltaTime = 0f;
private float milliSecond = 0f;
private float fps = 0f;
void Update () {
count++;
deltaTime += Time.deltaTime;
if (deltaTime >= showTime) {
fps = count / deltaTime;
milliSecond = deltaTime * 1000 / count;
count = 0;
deltaTime = 0f;
}
}
void OnGUI()
{
int w = Screen.width, h = Screen.height;
GUIStyle style = new GUIStyle();
Rect rect = new Rect(0, 0, w, h * 2 / 100);
style.alignment = TextAnchor.UpperLeft;
style.fontSize = h * 2 / 100;
style.normal.textColor = Color.black;
string text = string.Format(" 当前每帧渲染间隔:{0:0.0} ms ({1:0.} 帧每秒)", milliSecond, fps);
GUI.Label(rect, text, style);
}
}
最后是Bloom,Diffusion这个参数调小可以减少迭代次数,减少RenderTexture的数量。More
也就是,在OnPreRender中,将rendertexture赋值给camera,在OnPostRender中,處理后處理渲染。More
通過這種方案,能大幅度減少掉幀。我們測試過,用同樣的后處理(例如bloom)在使用OnRenderImage的時候,從60 FPS 掉到40 FPS左右,改用pre post方法后,從60 FPS,掉到55 FPS左右,改善明顯(用中低端手機測試效果明顯些,我們是用的360手機。不同手機,改善的程度略有差異,但是還是能看到至少幾幀的提升)。More
before bloom fps: pc : 85 android : 55
after bloom fps: pc : 77 android: 28
open fast mode pc : 77 android:34
多个摄像机开了bloom,即使另一个摄像机的层级不显示以及只渲染的空场景,也会有消耗,所以要关闭另一个摄像机
var jo = SimpleJSON.JSON.Parse(jsonText);
var actions = jo["actions"];
var enumerator = actions.GetEnumerator();
while (enumerator.MoveNext())
{
var key = enumerator.Current.Key;
var value = enumerator.Current.Value;
Debug.Log("v=" + value["action"] + (value["frame3"] == null));
}
using UnityEngine;
using System.Collections;
using System;
public class DelayToInvoke : MonoBehaviour
{
public static IEnumerator DelayToInvokeDo(Action action, float delaySeconds)
{
yield return new WaitForSeconds(delaySeconds);
action();
}
}
StartCoroutine(DelayToInvoke.DelayToInvokeDo(() => {
}, 1f));
is Trigger
勾选后,刚体只会触发事件,碰撞会穿透,取消勾选:触发事件+碰撞,两者事件不一样More
触发信息检测:
1.MonoBehaviour.OnTriggerEnter( Collider other )当进入触发器
2.MonoBehaviour.OnTriggerExit( Collider other )当退出触发器
3.MonoBehaviour.OnTriggerStay( Collider other )当逗留触发器
碰撞信息检测:
1.MonoBehaviour.OnCollisionEnter( Collision collisionInfo ) 当进入碰撞器
2.MonoBehaviour.OnCollisionExit( Collision collisionInfo ) 当退出碰撞器
3.MonoBehaviour.OnCollisionStay( Collision collisionInfo ) 当逗留碰撞器
dotween默认并非匀速运动 是加速后减速运动 要匀速运动必须
go.transform.DOLocalMove(targetPos, lifeTime).SetEase(Ease.Linear)
trans.DOMove(targetPosition, speed).SetSpeedBased();
创建C#(.NET Framework)类库
使用c++编译的dll要用release版,否则在其他未安装c++环境的电脑会无法使用.如果c++使用字符串要注意中文字符.
Debug.DrawLine(new Vector3(10,0,0), RotateRound(new Vector3(11,0,0), point, Vector3.up, 45), Color.red);
Debug.DrawLine(Vector3.zero, RotateRound(new Vector3(1,0,0), Vector3.zero, Vector3.up, 45), Color.red);
/// <summary>
/// 围绕某点旋转指定角度
/// </summary>
/// <param name="position">自身坐标</param>
/// <param name="center">旋转中心</param>
/// <param name="axis">围绕旋转轴</param>
/// <param name="angle">旋转角度</param>
/// <returns></returns>
public Vector3 RotateRound(Vector3 position, Vector3 center, Vector3 axis, float angle)
{
return Quaternion.AngleAxis(angle, axis) * (position - center) + center;
}
local rotation = Quaternion.LookRotation((self.destPos - self.position).normalized, Vector3.up)
local eulerAngles = rotation.eulerAngles
local vector = {x = 1, y = 0}
local angle = 270 * math.pi / 180
-- 计算旋转后的向量
local rotated_vector = {
x = vector.x * math.cos(angle) - vector.y * math.sin(angle),
y = vector.x * math.sin(angle) + vector.y * math.cos(angle)
}
Blend One OneMinusSrcAlpha // 源rgba*1 + 背景rgba*(1-源A值)
修改SampleScene.unity文件配置
RenderSettings:
m_ObjectHideFlags: 0
serializedVersion: 9
m_Fog: 0
m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}
m_FogMode: 3
m_FogDensity: 0.01
m_LinearFogStart: 0
m_LinearFogEnd: 300
m_AmbientSkyColor: {r: 0.9528302, g: 0.79704016, b: 0.63372195, a: 1}
m_AmbientEquatorColor: {r: 0.14257741, g: 0.2608045, b: 0.33962262, a: 1}
m_AmbientGroundColor: {r: 0.051886797, g: 0.069400325, b: 0.20754719, a: 1}
m_AmbientIntensity: 1
m_AmbientMode: 1
m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1}
m_SkyboxMaterial: {fileID: 0}
m_HaloStrength: 0.5
m_FlareStrength: 1
m_FlareFadeSpeed: 3
m_HaloTexture: {fileID: 0}
m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0}
m_DefaultReflectionMode: 0
m_DefaultReflectionResolution: 128
m_ReflectionBounces: 4
m_ReflectionIntensity: 1
m_CustomReflection: {fileID: 0}
m_Sun: {fileID: 0}
m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1}
m_UseRadianceAmbientProbe: 0
animator.Play("attack_1",0, 0);
-- 中心点离摄像机的距离.定值
local z = 75
local worldPosition = envCamera:ViewportToWorldPoint(Vector3.new(0.5,0.5,z))
开启多个Inspector,其中一个加了锁就会不显示
(-180°~180°)
MoreMore2/// <summary>
/// AngleBetween - the angle between 2 vectors
/// </summary>
/// <returns>
/// Returns the the angle in degrees between vector1 and vector2
/// </returns>
/// <param name="vector1"> The first Vector </param>
/// <param name="vector2"> The second Vector </param>
public static double AngleBetween(Vector vector1, Vector vector2)
{
double sin = vector1._x * vector2._y - vector2._x * vector1._y;
double cos = vector1._x * vector2._x + vector1._y * vector2._y;
return Math.Atan2(sin, cos) * (180 / Math.PI);
}
PlayerPrefs存储数据时,其在windows的存储路径是注册表:
HKEY_CURRENT_USER->SOFTWARE->Unity->UnityEditor->CompanyName->ProjectName
其中的CompanyName和ProjectName可以在Unity->Edit->Project Settings->Player中查看和设置。
targetFrameRate
关闭垂直同步,那就会提升性能,发挥显卡的最大性能,但是有个弊端,就是正是因为垂直同步的存在才使得游戏进程和显示器刷新率同步,使得画面变得更加平滑和稳定,所以关闭垂直同步。 (未锁帧,gpu占用率也会很高) LG Stylo 6手机因为开了垂直同步(游戏内存峰值1.5G)导致第二次之后打开一直崩溃,关闭后就好了
Every V Blank and Every Second V Blank:More
The number of VSyncs that should pass between each frame.
So, 3 means one frame every 3 VSyncs (with VSync at 60Hz, this means 20FPS), and 4 means 15FPS.
重装后 然后重启mac电脑
AssetBundle打包mp4,在android平台无法正常播放的bugMore
原来所有AB包的打包方式:
BuildPipeline.BuildAssetBundles(…, BuildAssetBundleOptions.ChunkBasedCompression);
修改方式为打两次包,含有视频文件的AB包采用
BuildPipeline.BuildAssetBundles(…, BuildAssetBundleOptions.UncompressedAssetBundle);
未含有视频文件的AB包使用
BuildPipeline.BuildAssetBundles(…, BuildAssetBundleOptions.ChunkBasedCompression);
使用 VP8 的 webm 视频
More
mp4放在手机上播放卡顿,把视频改成AVC(h264)的编码,建议使用视频编码AVC(H264)的mp4视频或者视频编码VP8的webm视频
avc(h264)我试了在电脑上竟然放不了,用webm
Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a'
Moreadding the following lines to my android manifest file inside the <Application> tag.
<application android:allowBackup="false" android:fullBackupContent="false" tools:replace="android:allowBackup>
删除android工程重新导出后不闪退了
Vector3 v = new Vector3(1.12345, 2.12345, 3.12344)
ToString()会被截断为(1.1, 2.1, 3.1),可使用v.ToString("f5")
两个面贴合得太近了,而且又开了bloom导致的,把post-process layer的anti-aliasing mode改为no anti-aliasing就好了
edit scheme->run->diagnostics->Metal API Validation勾选
ManFangOverseaAppleStore[871:232127] <Warning>: Please set a value for FacebookAutoLogAppEventsEnabled. Set the flag to TRUE if you want to collect app install, app launch and in-app purchase events automatically. To request user consent before collecting data, set the flag value to FALSE, then change to TRUE once user consent is received. Learn more: https://developers.facebook.com/docs/app-events/getting-started-app-events-ios#disable-auto-events.
2021-07-07 17:31:42.110230+0800 ManFangOverseaAppleStore[871:232127] <Warning>: You haven't set a value for FacebookAdvertiserIDCollectionEnabled. Set the flag to TRUE if you want to collect Advertiser ID for better advertising and analytics results.
2021-07-07 17:31:42.267014+0800 ManFangOverseaAppleStore[871:232127] Built from '2019.4/staging' branch, Version '2019.4.4f1 (1f1dac67805b)', Build type 'Release', Scripting Backend 'il2cpp'
-> applicationDidFinishLaunching()
2021-07-07 17:31:42.391733+0800 ManFangOverseaAppleStore[871:232127] Metal API Validation Enabled
-> applicationWillEnterForeground()
-> applicationDidBecomeActive()
2021-07-07 17:31:42.496718+0800 ManFangOverseaAppleStore[871:232127] showUnityWindow
-> applicationDidBecomeActive()
[Subsystems] Discovering subsystems at path /private/var/containers/Bundle/Application/92BADEFE-D775-4AD9-B136-D31C35EB0CAC/ManFangOverseaAppleStore.app/Data/UnitySubsystems
GfxDevice: creating device client; threaded=1
Initializing Metal device caps: Apple A9 GPU
Initialize engine version: 2019.4.4f1 (1f1dac67805b)
validateFunctionArguments:3485: failed assertion `Vertex Function(xlatMtlMain): argument UnityInstancing_PerDraw0[0] from buffer(2) with offset(0) and length(20) has space for 20 bytes, but argument has a length(128).'
(lldb)
<size=30>In</size>formation
- m_BuildTarget: MacStandaloneSupport
m_APIs: 1100000010000000
m_Automatic: 0
private void OnDrawGizmos() {
int stepX = (int)Math.Ceiling(mainBound.size.x/(minBound.x));
int stepZ = (int)Math.Ceiling(mainBound.size.z/(minBound.z));
for (int i = 0; i < stepX; i++) {
for (int j = 0; j < stepZ; j++) {
var mp = mainBound.center - mainBound.size/2 + new Vector3(i*minBound.x,0,j*minBound.z);
Gizmos.color = Color.red;
UnityEditor.Handles.Label(mp, "[" + i +":" + j +"]");
Gizmos.DrawWireCube(mp, minBound);
}
}
}
mipBias调整为-1得到比较好的效果(远看不模糊)
GameObject root = new GameObject("abc");
root.transform.parent = transform;
private Texture2D SaveToTexture2D (Texture2D tex)
{
Texture2D outtex = new Texture2D(tex.width, tex.height, tex.format, tex.mipmapCount, false);
outtex.filterMode = tex.filterMode;
outtex.wrapMode = tex.wrapMode;
var width = tex.width;
var height = tex.height;
RenderTexture tmp = RenderTexture.GetTemporary(width, height, 5, RenderTextureFormat.ARGB32, RenderTextureReadWrite.Default,1);
Graphics.Blit(tex, tmp);
RenderTexture previous = RenderTexture.active;
RenderTexture.active = tmp;
Texture2D new2 = new Texture2D(width, height);
//@new = Texture2D.blackTexture;
new2.ReadPixels(new Rect(0, 0, width, height), 0, 0);
new2.Apply();
RenderTexture.active = previous;
RenderTexture.ReleaseTemporary(tmp);
outtex.SetPixels(0, 0, width, height, new2.GetPixels());
return outtex;
}
File.Delete(outputPath);
AssetDatabase.CopyAsset(path, newPath);
string path = AssetDatabase.GetAssetPath(tex2DStr);
获取全路径:
Path.GetFullPath(tex2DStr);
foreach (string path in Directory.GetFiles(inPath))
{
if (System.IO.Path.GetExtension(path) != ".meta")
{
}
}
PrefabUtility.SaveAsPrefabAssetAndConnect(_cont, outprepath, InteractionMode.AutomatedAction);
贴图格式未压缩导致加载卡顿
# 采样此中间代码执行时间
Profiling.Profiler.BeginSample("dd")
Profiling.Profiler.EndSample()
gameobject在未激活状态不会执行协程
java.lang.NoSuchMethodError: no non-static method with name='logout' signature='()V' in class Lcom.unity3d.player.UnityPlayerActivity;
调用方式正确但是就是报错,因为androidmanifest删掉了有冲突的其中一个(之前因为安装一个包会产生两个icon而删掉一个导致出了其他问题)
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
导致找不到,应该删掉unitylibrary目录下的那个配置。
Resources.UnloadUnusedAssets 并不能释放AB包中东西,只能释放从AB包中加载出来的资源,也可以释放场景中的资源,其它不是从AB包加载来的资源。 AB加载后,整个包都加载到内存中,unload(false)是释放这部分内存。 当要求从AB包中加载一个资源时,其实是从加载到内存的AB包中去找,如果有,则复制出一份。unload(true)会将这复制出来的资源也释放掉
editor profile看到的资源是editor + 运行游戏的所有资源占用内存总和,如果某个mesh或者贴图一直未删除干净,重新打开unity试试。
一个uv120字节 +一个uv是加16字节 也就是uv+uv2+uv3=120+32=152字节 1W个面是1.4M
创建完go,即使destroy掉了,内存中还是会有mesh的一个引用存在,unity的特性,使用UnloadUnusedAssets可卸掉
GameObject go = AssetDatabase.LoadAssetAtPath<GameObject>("Assets/AssetsPackage/Role/101/101.prefab");
GameObject newGo = GameObject.Instantiate(go);
var pool = GameObject.Find("GameObjectPool");
testGo = newGo;
testGo.transform.parent = pool.transform;
GameObject.DestroyImmediate(testGo, true);
Resources.UnloadUnusedAssets(); // 并不能保证必定清干净 间断多执行几次即可清干净
是否将Shader打了依赖包?或者代码中有动态切换Shader宏的操作?如果有,建议在Shader的包中带上一组空材质,将可能的变体组合都在材质上设置一下,因为Shader打包因为没有材质引用,所以无法识别所有的变体。研发解决后也反馈了解决方式:shader的丢失是U3D的着色器剥离,已设置成手动的,一些使用shader.find的方式都替换成读取AB中的方式了。
shader编译顺序的问题,重新import此shader即可
Graphics.Blit会导致即将渲染的图片翻转,所以裁剪计算对Y做翻转即可。
修改info.plist中Supported interface orientations(iPad)
Use Render Mode to choose between several 2D Billboard graphic modes and a Mesh mode. 3D Meshes give particles extra authenticity when they represent solid GameObjects, such as rocks, and can also improve the sense of volume for clouds, fireballs and liquids. Meshes must be read/write enabled to work in the Particle System’s Mesh Render Mode. When you assign meshes to a Particle System (using the Meshes list in the Inspector window), Unity automatically enables the read/write enabled setting for those meshes.
通过shader判断
Shader shader = psr.material.shader;
if (shader.name.Contains("Standard")) {
Debug.LogError("不可使用Standard" + obj.name);
}
需要可以裁剪又需要在图片中间 那底图必须使用Sprite Renderer制作
导入unitypackage后,在Tools->UPRTools
下可运行uprtools以及上传查看校验结果
旧版本对于使用Texture Sheet Animation的粒子会卡住,更新到0.13.1之后好了.
ctrl + s
自动属性保存UnityEditor.AssetDatabase.SaveAssets();
UE.Screen.sleepTimeout = CS.UnityEngine.SleepTimeout.NeverSleep
重新生成新的目录的meta 使两者meta不一样
using Newtonsoft.Json;
var json = JsonConvert.SerializeObject(m_SpineDirectionDict);
JsonConvert.DeserializeObject< Dictionary<int, Dictionary<int, int>> >(directionContent);
21183 21274 E Adreno-GSL: <gsl_memory_alloc_pure:2236>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
21183 21274 W Adreno-GSL: <sharedmem_gpuobj_alloc:2461>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
UnityEngine.Diagnostics.Utils.ForceCrash(UnityEngine.Diagnostics.ForcedCrashCategory.Abort);
Could not produce class with ID 1818360610.
MoreMore2@"\.anim$" # 匹配.anim文件
Camera depth > Sorting Layer > Order in Layer > RenderQueue
Sorting Fudge
打包apk 勾选Autoconnect Profiler
安卓连手机真机调试
adb forward tcp:34999 localabstract:Unity-com.componyname.productname
右上角Default->Default重置editor界面布局
Trying to reload asset from disk that is not stored on disk
FMOD::Sound instance for clip "1110" (FMOD error: File not found.)
More必现方式:带着蓝牙耳机开启游戏 然后拉下蓝牙关闭 再正常播放音效
蓝牙compilesdkversion低版本编译出来的包没声音,高版本的有声音 手动设置开启打电话权限就有声音了
d3d11: failed to create buffer (target 0x2 mode 0 size 84) [0x887A0005]
d3d11: failed to create 2D texture id=1288 width=1528 height=1080 mips=1 dxgifmt=78 [D3D error was 887a0005]
(Filename: Line: 587)
d3d11: failed to create 2D texture shader resource view id=1288 [D3D error was 80070057]
0x00007FF80CB198A0 (d3d11) CreateDirect3D11SurfaceFromDXGISurface
ERROR: SymGetSymFromAddr64, GetLastError: '试图访问无效的地址。
' (Address: 00007FFF6578F935)
0x00007FFF6578F935 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: '试图访问无效的地址。
' (Address: 00007FFF6578758F)
0x00007FFF6578758F (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: '试图访问无效的地址。
' (Address: 00007FFF658351F1)
0x00007FFF658351F1 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: '试图访问无效的地址。
' (Address: 00007FFF6583CAFD)
0x00007FFF6583CAFD (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: '试图访问无效的地址。
' (Address: 00007FFF6583CBD8)
0x00007FFF6583CBD8 (UnityPlayer) (function-name not available)
0x00007FFF65B70D78 (UnityPlayer) UnityMain
0x00007FF810527344 (KERNEL32) BaseThreadInitThunk
0x00007FF810DFCC91 (ntdll) RtlUserThreadStart
Read from location 000000000000010C caused an access violation.
更换了显卡驱动版本后 频率降低了很多
CheckConsistency: GameObject does not reference component RectTransform. Fixing
异步加载LoadAssetWithSubAssetsAsync的时候卸载了对应的ab包UnloadAssetBundle.
Metal: Error creating pipeline state (shaders/BattleMapShader): Vertex attribute normal0(3) is missing from the vertex descriptor
android正常 ios shader报错,
float3 normal:normal;
改为float3 normal:NORMAL;
No explicit failure code handling for error of type 13
mac提示报错,重启电脑就好了
升级到2019.3.30f1后就好了
RenderTexture和RTCamera的prefab放在同一个ab包中,但是同一个ab包不能保证加载顺序导致可能报错
CrashReport-Native: Faile to open comm file(/system/build.prop)
More情况1:当应用被玩家缩小到后台,安卓手机有自己的机制把应用杀死的时候 有一定几率会出这个错误。bugly会收集这个错误,但google不会。
情况2:当应用那个点在载入图片的时候,因为内存占用过大,导致内存不足崩溃, 有一定几率会出这个错误。bugly会收集这个错误,google也会收集这个错误。
如果一次性分配过多内存 卡顿了 系统认为应用卡死 杀死了应用也会导致这个报错
开vpn
Getting control 16's position in a group with only 16 controls when doing repaint
ArgumentException: Getting control 16's position in a group with only 16 controls when doing repaint
Aborting
at UnityEngine.GUILayoutGroup.GetNext ()
at UnityEngine.GUILayoutUtility.BeginLayoutGroup (UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options, System.Type layoutType)
at UnityEngine.GUILayout.BeginHorizontal (UnityEngine.GUIContent content, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options)
at Reporter.DrawLogs ()
at Reporter.OnGUIDraw ()
18108-19 09:09:40.048 3649 3672 E Unity :
(Filename: currently not available on il2cpp Line: -1)
Reporter DrawLogs的GUI报错
批处理
start test.exe -screen-width 1920 -screen-height 1080
#if UNITY_EDITOR
if (type == typeof(RuntimeAnimatorController))
{
type = typeof(UnityEditor.Animations.AnimatorController);
}
#endif