SO MUCH SCUFFEDNESS
This commit is contained in:
@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.Serialization;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Adobe.Substance
|
||||
{
|
||||
public class SubstanceNotInitializedException : Exception
|
||||
{
|
||||
}
|
||||
|
||||
public class SubstanceEngineNotFoundException : Exception
|
||||
{
|
||||
public SubstanceEngineNotFoundException(string engine) : base($"Substance engine not found {engine}")
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class SubstanceException : Exception
|
||||
{
|
||||
internal SubstanceException(ErrorCode code) : base(code.GetMessage())
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 09b34d2c2d194da42bec016057a9ba68
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user