zengyuehao

Results 8 comments of zengyuehao

> 在`android/build.gradle`的`buildscript.repositories`和`allprojects.repositories`的里面加入下面这一句试下 > > maven{url '[https://maven.aliyun.com/repository/public'}](https://maven.aliyun.com/repository/public'%7D) Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not resolve cn.aigestudio.wheelpicker:WheelPicker:1.1.2. Required by: project :app >...

感谢,我想问一下有什么办法让按钮,图片刷新后依然保持在编辑组件中而不被刷新掉

可以使用legendselected事件去操控你的option

> > 使用legendselected 可以去烧烤你的选项 > > 这个我知道这样的确可以解决,但是echarts自带的隐藏图例的时候可以把对应轴的label给隐藏,那为什么不也隐藏轴的单位呢? 我觉得这个是一个bug 这个是看个人需求的吧,有的需求会要求显示y轴的名称,我们在制作图表的时候是需要根据自己的需求封装的

I hope to receive some suggestions, thanks.

The device I am currently using is the Vision Pro, which currently supports only stereo rendering.

I solved this problem. According to the official documentation, I made some modifications. documentation: https://docs.unity3d.com/2022.3/Documentation/Manual/xr-foveated-rendering.html code: Volumetric Clouds Pass: half4 frag(Varyings input) : SV_Target { UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX(input); float2 screenUV = input.texcoord;...