AIプログラムとかUnityゲーム開発について

探索や学習などを活用したAI系ゲームを作りたいと思います。

はてな記法

書く時にはてな記法を指定するのか?

GameObject f_Prefab = (GameObject)Resources.Load("FirePrefab"); 
GameObject pobj = GameObject.Instantiate(f_Prefab, Vector3.zero, Quaternion.identity) as

pobj.transform.parent = transform;

particle = pobj.GetComponent<ParticleSystem>(); 
particle.Play(); 

どうやらコードとして表記できた模様。
以前のブログ記事も修正したいんだけど、やりかたがよくわからない