Skip to content

Commit

Permalink
fix: fix demos
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Feb 1, 2024
1 parent fcae60b commit ad20d12
Show file tree
Hide file tree
Showing 12 changed files with 5,550 additions and 2,084 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ namespace Coffee.UIExtensions.Demo
public class CFX_Demo_With_UIParticle : MonoBehaviour
{
private MonoBehaviour _demo;
private string _demoType;
private Toggle _spawnOnUI;
private UIParticle _uiParticle;
private string _demoType;

// Start is called before the first frame update
private void Start()
Expand Down Expand Up @@ -59,6 +59,7 @@ private void SpawnParticleCFXR()
c.enabled = false;
}
}

_uiParticle.SetParticleSystemInstance(instance, true);
}

Expand Down
2 changes: 1 addition & 1 deletion Assets/ProjectSettings/NanoMonitor.asset
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MonoBehaviour:
m_EnabledInEditor: 1
m_AlwaysIncludeAssembly: 1
m_InstantiateOnLoad: 1
m_Prefab: {fileID: 7211429669315726685, guid: 7cebff2d255b9433cbe23b243c193329,
m_Prefab: {fileID: 7211429669315726685, guid: b73940fc30a2f4eb9a73783e9c1f8da6,
type: 3}
m_Opened: 1
m_Interval: 0.5
Expand Down

0 comments on commit ad20d12

Please sign in to comment.