Skip to content

Commit

Permalink
余分メニュー削除
Browse files Browse the repository at this point in the history
  • Loading branch information
ppengotsu committed Oct 8, 2023
1 parent aeb6c98 commit 315e9e6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace SyskenTLib.UnityAutoFormatConfig
{
[CreateAssetMenu(fileName = "FILENAME", menuName = "STAudioConfig", order = 0)]
// [CreateAssetMenu(fileName = "FILENAME", menuName = "STAudioConfig", order = 0)]
public class STAudioConfig : ScriptableObject
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace SyskenTLib.UnityAutoFormatConfig
{
[CreateAssetMenu(fileName = "FILENAME", menuName = "STRootAudioConfig", order = 0)]
// [CreateAssetMenu(fileName = "FILENAME", menuName = "STRootAudioConfig", order = 0)]
public class STRootAudioConfig : ScriptableObject
{
public STAudioConfig defaultConfig;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace SyskenTLib.UnityAutoFormatConfig
{
[CreateAssetMenu(fileName = "FILENAME", menuName = "STRootTextureConfig", order = 0)]
// [CreateAssetMenu(fileName = "FILENAME", menuName = "STRootTextureConfig", order = 0)]
public class STRootTextureConfig : ScriptableObject
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace SyskenTLib.UnityAutoFormatConfig
{
[CreateAssetMenu(fileName = "FILENAME", menuName = "STRootVideoConfig", order = 0)]
// [CreateAssetMenu(fileName = "FILENAME", menuName = "STRootVideoConfig", order = 0)]
public class STRootVideoConfig : ScriptableObject
{
public STVideoConfig defaultConfig;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using UnityEngine;

namespace SyskenTLib.UnityAutoFormatConfig{
[CreateAssetMenu(fileName = "FILENAME", menuName = "STTextureConfig", order = 0)]
// [CreateAssetMenu(fileName = "FILENAME", menuName = "STTextureConfig", order = 0)]
public class STTextureConfig : ScriptableObject
{
[Header("フォーマット")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace SyskenTLib.UnityAutoFormatConfig
{
[CreateAssetMenu(fileName = "FILENAME", menuName = "STVideoConfig", order = 0)]
// [CreateAssetMenu(fileName = "FILENAME", menuName = "STVideoConfig", order = 0)]
public class STVideoConfig : ScriptableObject
{
[Header("Standalone")] public VideoBitrateMode videoBitrateModeOnStandalone = VideoBitrateMode.Medium;
Expand Down

0 comments on commit 315e9e6

Please sign in to comment.