Started on script that modifies a single component of a Transform
This commit is contained in:
parent
25a762b793
commit
a4cab80edb
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "CoreSystems",
|
||||
"rootNamespace": "GameDev",
|
||||
"references": [],
|
||||
"references": ["GUID:63ebd60d5c68886498ecfee04b5d6a12"],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 1a8a57b96b3cccd4b9f1f18daf82fd9e
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -0,0 +1,10 @@
|
|||
using ScriptableObjectArchitecture;
|
||||
using UnityEngine;
|
||||
|
||||
namespace GameDev.CoreSystems
|
||||
{
|
||||
public class TransformModifySingleComponent : MonoBehaviour
|
||||
{
|
||||
private FloatReference _input;
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: d6bc98040271beb4f8c3bc5e5242d7fd
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Loading…
Reference in New Issue