In-game real time reward chart, free camera, result viewer and etc...

In-game real time reward chart, 
result viewer, 
free camera,
kill bonus reward(not so good. set 0 to unuse it)

Fix ray-sensor throw error when initialization issue.
Fix ray-sensor info panel face to wrong position.
This commit is contained in:
2022-11-03 07:07:51 +09:00
parent ad547e4edb
commit b53612d3c6
835 changed files with 91897 additions and 70660 deletions
@@ -0,0 +1,18 @@
using UnityEngine;
public class ToggleGameObjectEnable : MonoBehaviour
{
[SerializeField]
private GameObject _go;
private bool _enabled = true;
private void Update()
{
if (Input.GetKeyDown(KeyCode.H))
{
_enabled = !_enabled;
_go.SetActive(_enabled);
}
}
}
@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: b34e588539c7fec4593542da18a65bc5
timeCreated: 1550899868
licenseType: Store
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: