このアプリケーションは、個人情報を収集したり公開しません。
This application does not collect or publish any personal information.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* <system section="theme" selected="afternoon"> */ | |
@import "/css/theme/afternoon/afternoon.css"; | |
/* </system> */ | |
/* <system section="background" selected="illust-01"> */ | |
body{ background-image: url('/images/theme/backgrounds/2014/illust-01.png'); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; } | |
/* </system> */ | |
/* PCのみトップページカード型 */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using UnityEngine.SceneManagement; | |
using UnityEngine.UI; | |
public class GamaManager : MonoBehaviour | |
{ | |
public List<GameObject> Flower = new List<GameObject>(); | |
private RaycastHit hit; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using Fungus; | |
public class getkey : MonoBehaviour | |
{ | |
public Camera camera_object; //カメラを取得 | |
private RaycastHit hit; //レイキャストが当たったものを取得する入れ物 | |
private bool isTalking = false; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using UnityEngine.UI; | |
using UniRx; | |
using System; | |
using UnityEngine.SceneManagement; | |
using UniRx.Triggers; | |
public class game_manager : MonoBehaviour |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using UnityEngine.UI; | |
public class fontmaker : MonoBehaviour | |
{ | |
public InputField inputfield; | |
public Material material; | |
public Material edgeMaterial; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using UnityEngine.UI; | |
using System; | |
public class touch : MonoBehaviour | |
{ | |
public Image image; | |
[SerializeField] | |
Color btnColor1 = Color.red; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using System; | |
using System.Text; | |
using UnityEngine.Windows.Speech; | |
using UnityEngine.PostProcessing; | |
public class oyako : MonoBehaviour | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using System; | |
using System.Windows.Forms; | |
using VRM; | |
public class vrmimport : MonoBehaviour | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using System; | |
using System.Windows.Forms; | |
public class vrmimport : MonoBehaviour | |
{ | |
NewerOlder