Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Unity World Storage Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ARF
World Storage API Helpers
Unity World Storage Package
Merge requests
!3
fix: projet plugins need to go in the Assets folder
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: projet plugins need to go in the Assets folder
develop
into
main
Overview
1
Commits
2
Pipelines
0
Changes
81
Merged
Nathan Chambron
requested to merge
develop
into
main
2 years ago
Overview
1
Commits
2
Pipelines
0
Changes
81
Expand
Fixed the position of the Plugins folder into the Assets folder, and filled the .gitignore
0
0
Merge request reports
Compare
main
version 1
8f6bab99
2 years ago
main (base)
and
latest version
latest version
60ee015e
2 commits,
2 years ago
version 1
8f6bab99
1 commit,
2 years ago
81 files
+
3165
−
263
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
81
Search (e.g. *.vue) (Ctrl+P)
Assets/Editor/WorldStorageInfoEditor.cs
+
0
−
3
Options
@@ -18,9 +18,6 @@
// Last change: June 2022
//
using
System.Collections
;
using
System.Collections.Generic
;
using
UnityEngine
;
using
UnityEditor
;
[
CustomEditor
(
typeof
(
WorldStorageInfo
))]
Loading