Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
Unity2022test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ap2x07
Unity2022test
Commits
500d57f4
Commit
500d57f4
authored
3 years ago
by
ap2x07
Browse files
Options
Downloads
Patches
Plain Diff
ready
parent
385187f3
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Assets/Scripts.meta
+8
-0
8 additions, 0 deletions
Assets/Scripts.meta
Assets/Scripts/player1.cs
+18
-0
18 additions, 0 deletions
Assets/Scripts/player1.cs
Assets/Scripts/player1.cs.meta
+11
-0
11 additions, 0 deletions
Assets/Scripts/player1.cs.meta
with
37 additions
and
0 deletions
Assets/Scripts.meta
0 → 100644
+
8
−
0
View file @
500d57f4
fileFormatVersion: 2
guid: c3c07888902984e15bf6aa18811e71dd
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
This diff is collapsed.
Click to expand it.
Assets/Scripts/player1.cs
0 → 100644
+
18
−
0
View file @
500d57f4
using
System.Collections
;
using
System.Collections.Generic
;
using
UnityEngine
;
public
class
player1
:
MonoBehaviour
{
// Start is called before the first frame update
void
Start
()
{
// I am so good at Unity
}
// Update is called once per frame
void
Update
()
{
// this is another line
}
}
This diff is collapsed.
Click to expand it.
Assets/Scripts/player1.cs.meta
0 → 100644
+
11
−
0
View file @
500d57f4
fileFormatVersion: 2
guid: 639b9ab829c904ed1a9719f8a72aef8e
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment