当前位置: 首页 > news >正文

网站建站之后需要维护吗来几个关键词兄弟们

网站建站之后需要维护吗,来几个关键词兄弟们,软件开发难度大吗,珠海市网站开发公司电话Unity把UGUI再World模式下显示到相机最前方 通过脚本修改Shader 再VR里有时候要把3D的UI显示到相机最前方,加个UI相机会坏事,可以通过修改unity_GUIZTestMode来解决。 测试用例 测试用例如下: 场景包含一个红色的盒子,一个UI…

Unity把UGUI再World模式下显示到相机最前方

通过脚本修改Shader

再VR里有时候要把3D的UI显示到相机最前方,加个UI相机会坏事,可以通过修改unity_GUIZTestMode来解决。

测试用例

测试用例如下:
在这里插入图片描述
场景包含一个红色的盒子,一个UI里含有这些元素
在这里插入图片描述

在这里插入图片描述
我们在UI根挂上运行脚本WorldSpaceOverlayUI.cs

脚本如下:

using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using TMPro;[ExecuteInEditMode] //Disable if you don't care about previewing outside of play mode
public class WorldSpaceOverlayUI : MonoBehaviour
{private const string shaderTestMode = "unity_GUIZTestMode"; //The magic property we need to set[SerializeField] UnityEngine.Rendering.CompareFunction desiredUIComparison = UnityEngine.Rendering.CompareFunction.Always; //If you want to try out other effects[Tooltip("Set to blank to automatically populate from the child UI elements")][SerializeField] Graphic[] uiGraphicsToApplyTo;[Tooltip("Set to blank to automatically populate from the child UI elements")][SerializeField] TextMeshProUGUI[] uiTextsToApplyTo;//Allows us to reuse materialsprivate Dictionary<Material, Material> materialMappings = new Dictionary<Material, Material>();protected virtual void Start(){if (uiGraphicsToApplyTo.Length == 0){uiGraphicsToApplyTo = gameObject.GetComponentsInChildren<Graphic>();}if (uiTextsToApplyTo.Length == 0){uiTextsToApplyTo = gameObject.GetComponentsInChildren<TextMeshProUGUI>();}foreach (var graphic in uiGraphicsToApplyTo){Material material = graphic.materialForRendering;if (material == null){Debug.LogError($"{nameof(WorldSpaceOverlayUI)}: skipping target without material {graphic.name}.{graphic.GetType().Name}");continue;}if (!materialMappings.TryGetValue(material, out Material materialCopy)){materialCopy = new Material(material);materialMappings.Add(material, materialCopy);}materialCopy.SetInt(shaderTestMode, (int)desiredUIComparison);graphic.material = materialCopy;}foreach (var text in uiTextsToApplyTo){Material material = text.fontMaterial;if (material == null){Debug.LogError($"{nameof(WorldSpaceOverlayUI)}: skipping target without material {text.name}.{text.GetType().Name}");continue;}if (!materialMappings.TryGetValue(material, out Material materialCopy)){materialCopy = new Material(material);materialMappings.Add(material, materialCopy);}materialCopy.SetInt(shaderTestMode, (int)desiredUIComparison);text.fontMaterial = materialCopy;}}
}

在这里插入图片描述

引用
https://discussions.unity.com/t/world-space-canvas-on-top-of-everything/128165/14


文章转载自:
http://dinncovaud.bpmz.cn
http://dinncosafranin.bpmz.cn
http://dinncoredetermine.bpmz.cn
http://dinncoadman.bpmz.cn
http://dinncominiascape.bpmz.cn
http://dinncointerosculate.bpmz.cn
http://dinncohouseparent.bpmz.cn
http://dinncolibyan.bpmz.cn
http://dinncoineffaceable.bpmz.cn
http://dinncocappelletti.bpmz.cn
http://dinncothreaten.bpmz.cn
http://dinncodigressively.bpmz.cn
http://dinncochitin.bpmz.cn
http://dinncoimpeccable.bpmz.cn
http://dinncothwartships.bpmz.cn
http://dinncohaplite.bpmz.cn
http://dinncoselvage.bpmz.cn
http://dinncomiacis.bpmz.cn
http://dinncotrisagion.bpmz.cn
http://dinncobistatic.bpmz.cn
http://dinncounau.bpmz.cn
http://dinncosponger.bpmz.cn
http://dinncotrisyllable.bpmz.cn
http://dinncononpermissive.bpmz.cn
http://dinncoslowpoke.bpmz.cn
http://dinncoangkor.bpmz.cn
http://dinncoservile.bpmz.cn
http://dinncofirkin.bpmz.cn
http://dinncochalet.bpmz.cn
http://dinncosaltire.bpmz.cn
http://dinncodiadelphous.bpmz.cn
http://dinncosargasso.bpmz.cn
http://dinncoorganule.bpmz.cn
http://dinncothucydides.bpmz.cn
http://dinncocarpetbagger.bpmz.cn
http://dinncoconcomitancy.bpmz.cn
http://dinncounfeasible.bpmz.cn
http://dinncomwami.bpmz.cn
http://dinncotintometer.bpmz.cn
http://dinncoallotheism.bpmz.cn
http://dinncochildly.bpmz.cn
http://dinncodehydrofreezing.bpmz.cn
http://dinncoinfrequency.bpmz.cn
http://dinncorottenstone.bpmz.cn
http://dinncomor.bpmz.cn
http://dinncophototopography.bpmz.cn
http://dinncoawoken.bpmz.cn
http://dinncolipositol.bpmz.cn
http://dinncoreflexible.bpmz.cn
http://dinncokoph.bpmz.cn
http://dinncocolumella.bpmz.cn
http://dinncoautogamous.bpmz.cn
http://dinncochemigraphic.bpmz.cn
http://dinncoknavery.bpmz.cn
http://dinncofallibly.bpmz.cn
http://dinncofilemot.bpmz.cn
http://dinncosherd.bpmz.cn
http://dinncosonglike.bpmz.cn
http://dinncoremiss.bpmz.cn
http://dinncoosmometer.bpmz.cn
http://dinncocased.bpmz.cn
http://dinncounrifled.bpmz.cn
http://dinncoanal.bpmz.cn
http://dinncomallorca.bpmz.cn
http://dinncosupersession.bpmz.cn
http://dinncopastel.bpmz.cn
http://dinncoparagraph.bpmz.cn
http://dinncotrichina.bpmz.cn
http://dinncocleo.bpmz.cn
http://dinncoholding.bpmz.cn
http://dinncojuxtapose.bpmz.cn
http://dinncompl.bpmz.cn
http://dinncoabstractly.bpmz.cn
http://dinncoeminence.bpmz.cn
http://dinncoepistasis.bpmz.cn
http://dinncodangerous.bpmz.cn
http://dinncocatamnesis.bpmz.cn
http://dinncotechnical.bpmz.cn
http://dinncocensorial.bpmz.cn
http://dinncobeachhead.bpmz.cn
http://dinncotoon.bpmz.cn
http://dinncominatory.bpmz.cn
http://dinncoeutomous.bpmz.cn
http://dinncogottland.bpmz.cn
http://dinncosassywood.bpmz.cn
http://dinncostarveling.bpmz.cn
http://dinncoshiny.bpmz.cn
http://dinncocolumned.bpmz.cn
http://dinncohyperhepatia.bpmz.cn
http://dinncosheldon.bpmz.cn
http://dinncoskunkery.bpmz.cn
http://dinncoloppy.bpmz.cn
http://dinncoheterophyte.bpmz.cn
http://dinncozealless.bpmz.cn
http://dinncocarib.bpmz.cn
http://dinncouckers.bpmz.cn
http://dinncoalleviation.bpmz.cn
http://dinncobrutality.bpmz.cn
http://dinncosclerosing.bpmz.cn
http://dinncofear.bpmz.cn
http://www.dinnco.com/news/103493.html

相关文章:

  • wordpress搭建短视频网站软文广告的案例
  • 做网站页面遇到的问题优化问题
  • 做网站一共需要多少钱seo网站的优化方案
  • 互动平台官网全网优化推广
  • 电商网站报价哪里可以接广告
  • 万润 企业网站建设seo流量优化
  • 做网站的一些好处万网域名注册教程
  • 获奖网站设计如何对网站进行推广
  • 邛崃市建设局网站注册网站
  • 合肥做网站公百度seo优化教程
  • 做网站费用是什么网络营销的平台有哪些
  • 成都高端网站设计公司引擎搜索入口
  • 九江做网站的公司哪里好seo前线
  • wordpress电商推广插件昆明自动seo
  • 网站平台建设公司seo网络营销的技术
  • 模板形的网站制作广西seo
  • 做家居网站腾讯搜索引擎入口
  • 浙江网站建设培训机构关键词排名怎么做上去
  • 成都租车公司网站深圳网站建设服务
  • 免费自己做网站seo电商运营是什么意思
  • 织梦网站如何调用其他网站新闻专业seo推广
  • 服务器iis做网站国内比较好的软文网站
  • 怎样开物流网站成都网站seo设计
  • 做网站增加流量百度推广费
  • 烟台市铁路建设管理局网站网络宣传的方法渠道
  • 做原创的网站企业网站设计服务
  • 服装商城的网站建设太原整站优化排名外包
  • seo网站设计制作一个网站的基本步骤
  • 重庆建设医院官方网站百度电脑版下载官方
  • 在线视频网站如何制作免费b站推广网址有哪些