1. 2.这里小地图显示的范围为整个空间区域,而不是单独的相机渲染区域 3. 4. 5. using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; //图标与对应的物体的映射关系 public class MinimapCell { public Transform icon; //在小地图上显示的图标 public Transform referObj…
一.新建一个名为TestMiniMap的UserWidget用来使用小地图StaticMiniMap. 二.在左侧“User Created”面板中可以看到除自身以外的其他所有用户创建的UserWidget.把“Static Mini Map”拖放进来,并勾选“Size To Content”. Static Mini Map只有与小地图逻辑相关的功能(如何移动.如何旋转等等),而小地图怎么使用,则放在“TestMiniMap”中,这样分开比较合理. 二.在Static Mini Map中,使用…
转自:http://blog.csdn.net/u011707076/article/details/44903223 LevelStream 实现超大无缝地图--官方文档学习 The Level Streaming feature makes it possible to load and unload map files into memory as well as toggle their visibility all during play. This makes it possible…