Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
avvy
mobile-app
Commits
1aa54477
Commit
1aa54477
authored
5 years ago
by
maksimShvarts
Browse files
Options
Download
Email Patches
Plain Diff
убрал активные действия с кубиком в инжект
parent
ed92f512
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
Assets/DomiDo/AvvyLand/Scenes/Editor.unity
+1
-1
Assets/DomiDo/AvvyLand/Scenes/Editor.unity
Assets/DomiDo/AvvyLand/Scripts/Installers/BlockActionInstaller.cs
+19
-0
...omiDo/AvvyLand/Scripts/Installers/BlockActionInstaller.cs
Assets/DomiDo/AvvyLand/Scripts/Installers/BlockActionInstaller.cs.meta
+11
-0
.../AvvyLand/Scripts/Installers/BlockActionInstaller.cs.meta
Assets/DomiDo/AvvyLand/Settings/BlockActionInstaller.asset
+14
-0
Assets/DomiDo/AvvyLand/Settings/BlockActionInstaller.asset
Assets/DomiDo/AvvyLand/Settings/BlockActionInstaller.asset.meta
+8
-0
.../DomiDo/AvvyLand/Settings/BlockActionInstaller.asset.meta
with
53 additions
and
1 deletion
+53
-1
Assets/DomiDo/AvvyLand/Scenes/Editor.unity
View file @
1aa54477
...
...
@@ -495,7 +495,7 @@ MonoBehaviour:
-
{
fileID
:
11400000
,
guid
:
b7588bf2c657a3a48a90427a100a407f
,
type
:
2
}
-
{
fileID
:
11400000
,
guid
:
4984ad399aa90a24c9d4c7e061f144de
,
type
:
2
}
-
{
fileID
:
11400000
,
guid
:
bfd1bff37e58c9e4aac9187fc4a9c0bb
,
type
:
2
}
-
{
fileID
:
11400000
,
guid
:
166ea18248dcc19428705c5203a6c233
,
type
:
2
}
-
{
fileID
:
11400000
,
guid
:
0e64bb04e6cfa16418ffa6e29616a1f6
,
type
:
2
}
_monoInstallers
:
-
{
fileID
:
1430839605
}
_installerPrefabs
:
[]
...
...
This diff is collapsed.
Click to expand it.
Assets/DomiDo/AvvyLand/Scripts/Installers/BlockActionInstaller.cs
0 → 100644
View file @
1aa54477
using
AvvyLand.Editor
;
using
System.Collections
;
using
System.Collections.Generic
;
using
UnityEngine
;
using
Zenject
;
namespace
AvvyLand
{
[
CreateAssetMenu
(
fileName
=
"BlockActionInstaller"
,
menuName
=
"Installers/BlockActionInstaller"
)]
public
class
BlockActionInstaller
:
ScriptableObjectInstaller
<
BlockActionInstaller
>
{
public
override
void
InstallBindings
()
{
Container
.
Bind
<
BlockDestructor
>().
FromComponentInHierarchy
().
AsSingle
();
Container
.
Bind
<
BlockMover
>().
FromComponentInHierarchy
().
AsSingle
();
Container
.
Bind
<
BlockCreator
>().
FromComponentInHierarchy
().
AsSingle
();
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Assets/DomiDo/AvvyLand/Scripts/Installers/BlockActionInstaller.cs.meta
0 → 100644
View file @
1aa54477
fileFormatVersion: 2
guid: c8c919c0e75e50743aea05c2e0f2f78d
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
This diff is collapsed.
Click to expand it.
Assets/DomiDo/AvvyLand/Settings/BlockActionInstaller.asset
0 → 100644
View file @
1aa54477
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
---
!u!114
&11400000
MonoBehaviour
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
0
}
m_Enabled
:
1
m_EditorHideFlags
:
0
m_Script
:
{
fileID
:
11500000
,
guid
:
c8c919c0e75e50743aea05c2e0f2f78d
,
type
:
3
}
m_Name
:
BlockActionInstaller
m_EditorClassIdentifier
:
This diff is collapsed.
Click to expand it.
Assets/DomiDo/AvvyLand/Settings/BlockActionInstaller.asset.meta
0 → 100644
View file @
1aa54477
fileFormatVersion: 2
guid: 0e64bb04e6cfa16418ffa6e29616a1f6
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help