Split Editor and Runtime into separate namespaces, Created Texture and Mesh classes
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
namespace PSXSplash.Runtime
|
||||
namespace PSXSplash.RuntimeCode
|
||||
{
|
||||
public class PSXSceneExporter : MonoBehaviour
|
||||
public class PSXSceneExporter : MonoBehaviour
|
||||
{
|
||||
public void Export()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user