1
This commit is contained in:
parent
b12ce1f6fa
commit
d4f9b58461
13
.idea/.idea.test2/.idea/.gitignore
generated
vendored
Normal file
13
.idea/.idea.test2/.idea/.gitignore
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Rider ignored files
|
||||
/modules.xml
|
||||
/projectSettingsUpdater.xml
|
||||
/.idea.test2.iml
|
||||
/contentModel.xml
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
4
.idea/.idea.test2/.idea/encodings.xml
generated
Normal file
4
.idea/.idea.test2/.idea/encodings.xml
generated
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
|
||||
</project>
|
40
.idea/.idea.test2/.idea/indexLayout.xml
generated
Normal file
40
.idea/.idea.test2/.idea/indexLayout.xml
generated
Normal file
@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ContentModelUserStore">
|
||||
<attachedFolders />
|
||||
<explicitIncludes>
|
||||
<Path>Library/PackageCache/com.unity.2d.animation@5.0.4</Path>
|
||||
<Path>Library/PackageCache/com.unity.2d.common@4.0.3</Path>
|
||||
<Path>Library/PackageCache/com.unity.2d.path@4.0.1</Path>
|
||||
<Path>Library/PackageCache/com.unity.2d.pixel-perfect@4.0.1</Path>
|
||||
<Path>Library/PackageCache/com.unity.2d.psdimporter@4.0.2</Path>
|
||||
<Path>Library/PackageCache/com.unity.2d.spriteshape@5.1.1</Path>
|
||||
<Path>Library/PackageCache/com.unity.collab-proxy@1.3.9</Path>
|
||||
<Path>Library/PackageCache/com.unity.ext.nunit@1.0.6</Path>
|
||||
<Path>Library/PackageCache/com.unity.ide.rider@2.0.7</Path>
|
||||
<Path>Library/PackageCache/com.unity.ide.visualstudio@2.0.7</Path>
|
||||
<Path>Library/PackageCache/com.unity.ide.vscode@1.2.3</Path>
|
||||
<Path>Library/PackageCache/com.unity.mathematics@1.1.0</Path>
|
||||
<Path>Library/PackageCache/com.unity.plasticscm-cn@1.2.1-preview</Path>
|
||||
<Path>Library/PackageCache/com.unity.render-pipelines.core@10.4.0</Path>
|
||||
<Path>Library/PackageCache/com.unity.render-pipelines.universal@10.4.0</Path>
|
||||
<Path>Library/PackageCache/com.unity.searcher@4.3.1</Path>
|
||||
<Path>Library/PackageCache/com.unity.shadergraph@10.4.0</Path>
|
||||
<Path>Library/PackageCache/com.unity.test-framework@1.1.24</Path>
|
||||
<Path>Library/PackageCache/com.unity.textmeshpro@3.0.4</Path>
|
||||
<Path>Library/PackageCache/com.unity.timeline@1.4.7</Path>
|
||||
<Path>Packages</Path>
|
||||
<Path>ProjectSettings</Path>
|
||||
</explicitIncludes>
|
||||
<explicitExcludes>
|
||||
<Path>.git</Path>
|
||||
<Path>.idea</Path>
|
||||
<Path>.plastic</Path>
|
||||
<Path>Library</Path>
|
||||
<Path>Logs</Path>
|
||||
<Path>Temp</Path>
|
||||
<Path>UserSettings</Path>
|
||||
<Path>obj</Path>
|
||||
</explicitExcludes>
|
||||
</component>
|
||||
</project>
|
6
.idea/.idea.test2/.idea/misc.xml
generated
Normal file
6
.idea/.idea.test2/.idea/misc.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="JavaScriptSettings">
|
||||
<option name="languageLevel" value="ES6" />
|
||||
</component>
|
||||
</project>
|
6
.idea/.idea.test2/.idea/vcs.xml
generated
Normal file
6
.idea/.idea.test2/.idea/vcs.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
7
.idea/.idea.test2/riderModule.iml
generated
Normal file
7
.idea/.idea.test2/riderModule.iml
generated
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="RIDER_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$/../.." />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
Binary file not shown.
Binary file not shown.
18
Assets/Player.cs
Normal file
18
Assets/Player.cs
Normal file
@ -0,0 +1,18 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class Player : MonoBehaviour
|
||||
{
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
Debug.Log("hello");
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
11
Assets/Player.cs.meta
Normal file
11
Assets/Player.cs.meta
Normal file
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f656cd3d2a0f80c45b5af3c7e25a4376
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@ -114,3 +114,77 @@ Received Import Request.
|
||||
Start importing Assets/URP/UniversalRenderPipelineAsset.asset using Guid(1cfd03a2ccd5e914386ce0201bc4cede) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8ab339a99973b79a554b044ef173ac71') in 0.007408 seconds
|
||||
Import took 0.011647 seconds .
|
||||
|
||||
========================================================================
|
||||
Received Import Request.
|
||||
Time since last request: 799.521754 seconds.
|
||||
path: Assets/Scenes
|
||||
artifactKey: Guid(eaf8f577a8d156446a530e5a5cac0f51) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Scenes using Guid(eaf8f577a8d156446a530e5a5cac0f51) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '247aed02dfabb2fdd2e82228ef75d741') in 0.007354 seconds
|
||||
Import took 0.012740 seconds .
|
||||
|
||||
========================================================================
|
||||
Received Import Request.
|
||||
Time since last request: 0.004335 seconds.
|
||||
path: Assets/Scenes
|
||||
artifactKey: Guid(eaf8f577a8d156446a530e5a5cac0f51) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Scenes using Guid(eaf8f577a8d156446a530e5a5cac0f51) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '247aed02dfabb2fdd2e82228ef75d741') in 0.001496 seconds
|
||||
Import took 0.005882 seconds .
|
||||
|
||||
========================================================================
|
||||
Received Import Request.
|
||||
Time since last request: 9.896425 seconds.
|
||||
path: Assets/Player.cs
|
||||
artifactKey: Guid(f656cd3d2a0f80c45b5af3c7e25a4376) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Player.cs using Guid(f656cd3d2a0f80c45b5af3c7e25a4376) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7dec8a016f364c38381c8421287bad79') in 0.009034 seconds
|
||||
Import took 0.013765 seconds .
|
||||
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.002517 seconds.
|
||||
Begin MonoManager ReloadAssembly
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 0.56 ms, found 1 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.041 seconds
|
||||
Platform modules already initialized, skipping
|
||||
Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
|
||||
Refreshing native plugins compatible for Editor in 0.58 ms, found 1 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 3099 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 130.0 MB.
|
||||
System memory in use after: 130.2 MB.
|
||||
|
||||
Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 3656.
|
||||
Total: 2.665800 ms (FindLiveObjects: 0.301300 ms CreateObjectMapping: 0.163100 ms MarkObjects: 2.181100 ms DeleteObjects: 0.019400 ms)
|
||||
|
||||
========================================================================
|
||||
Received Import Request.
|
||||
Time since last request: 82.331020 seconds.
|
||||
path: Assets/Player.cs
|
||||
artifactKey: Guid(f656cd3d2a0f80c45b5af3c7e25a4376) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Player.cs using Guid(f656cd3d2a0f80c45b5af3c7e25a4376) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '32939d2a06da3e74af01114b18f71df5') in 0.005250 seconds
|
||||
Import took 0.010422 seconds .
|
||||
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.002528 seconds.
|
||||
Begin MonoManager ReloadAssembly
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 0.58 ms, found 1 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.063 seconds
|
||||
Platform modules already initialized, skipping
|
||||
Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
|
||||
Refreshing native plugins compatible for Editor in 0.56 ms, found 1 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 3097 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 130.0 MB.
|
||||
System memory in use after: 130.2 MB.
|
||||
|
||||
Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 3660.
|
||||
Total: 2.786500 ms (FindLiveObjects: 0.342600 ms CreateObjectMapping: 0.155700 ms MarkObjects: 2.264700 ms DeleteObjects: 0.022100 ms)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user