Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tommé Nöll
seedling
Commits
c6e4af79
Commit
c6e4af79
authored
Jul 05, 2019
by
Tommé Nöll
Browse files
removed debug
parent
8c6ee0e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Assets/Editor/NotifyForLockedFiles.cs
View file @
c6e4af79
...
@@ -39,7 +39,6 @@ public class NotifyForLockedFiles : UnityEditor.AssetModificationProcessor
...
@@ -39,7 +39,6 @@ public class NotifyForLockedFiles : UnityEditor.AssetModificationProcessor
public
static
void
CheckActivatedScene
(
Scene
oldScene
,
Scene
newScene
)
public
static
void
CheckActivatedScene
(
Scene
oldScene
,
Scene
newScene
)
{
{
Debug
.
Log
(
newScene
.
path
);
FileInfo
info
=
new
FileInfo
(
newScene
.
path
);
FileInfo
info
=
new
FileInfo
(
newScene
.
path
);
if
(
info
.
IsReadOnly
)
if
(
info
.
IsReadOnly
)
{
{
...
...
Write
Preview
Supports
Markdown
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