Initial commit

This commit is contained in:
2026-03-03 00:39:30 +05:00
commit fc01f07d9b
29933 changed files with 5353098 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "MyExercise_4",
"rootNamespace": "",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: d911f6979f01c77419352fd6161e7461
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,22 @@
using UnityEngine;
namespace MyExercise_4
{
public class ValueOutputter
{
public Vector3 GetVector3()
{
return new Vector3(10f + (1f/3f), 3f, 9f + (2f/3f));
}
public Quaternion GetQuaternion()
{
return new Quaternion(10f, 0f, 7f + (1f/3f), 0f);
}
public float GetFloat()
{
return 19f + (1f/3f);
}
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 425183477b664a64ca5f931058d1616c
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: