Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dogukanerkut/bookmark-everything
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: L1247/bookmark-everything
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.

Commits on Jan 9, 2023

  1. Copy the full SHA
    13904eb View commit details
  2. ignore usersetting

    L1247 committed Jan 9, 2023
    Copy the full SHA
    7114b80 View commit details
  3. Copy the full SHA
    d33a729 View commit details
  4. Copy the full SHA
    6e5b6e8 View commit details

Commits on Jan 13, 2023

  1. close if open

    L1247 committed Jan 13, 2023
    Copy the full SHA
    b126388 View commit details

Commits on Jan 18, 2023

  1. open if prefab

    L1247 committed Jan 18, 2023
    Copy the full SHA
    e5fd81e View commit details

Commits on Jan 26, 2023

  1. feat: save last categoryIndex

    L1247 committed Jan 26, 2023
    Copy the full SHA
    aa794da View commit details
  2. add package

    L1247 committed Jan 26, 2023
    Copy the full SHA
    a606f3d View commit details
  3. Update README.md

    L1247 authored Jan 26, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cf3a011 View commit details
  4. Update README.md

    L1247 authored Jan 26, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7733c8e View commit details
  5. Update README.md

    L1247 authored Jan 26, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    81a33f6 View commit details
  6. rename pacakge

    L1247 committed Jan 26, 2023
    Copy the full SHA
    6a42250 View commit details
  7. remove log

    L1247 committed Jan 26, 2023
    Copy the full SHA
    362ac92 View commit details
  8. Update README.md

    L1247 authored Jan 26, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2e23924 View commit details
  9. Update README.md

    L1247 authored Jan 26, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7bcd5af View commit details
  10. Update README.md

    L1247 authored Jan 26, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    676e946 View commit details

Commits on Jan 27, 2023

  1. Copy the full SHA
    a92882b View commit details
  2. ignore .idea folder

    L1247 committed Jan 27, 2023
    Copy the full SHA
    85576c0 View commit details
  3. Update README.md

    L1247 authored Jan 27, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    aff6e5b View commit details
  4. Update README.md

    L1247 authored Jan 27, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    05ce491 View commit details
  5. Update README.md

    L1247 authored Jan 27, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f5c2181 View commit details

Commits on Mar 19, 2023

  1. add openPropertyEditor

    L1247 committed Mar 19, 2023
    Copy the full SHA
    dbe598f View commit details
  2. remove log

    L1247 committed Mar 19, 2023
    Copy the full SHA
    b019b2f View commit details

Commits on Mar 26, 2023

  1. feat: check scene is dirty

    L1247 committed Mar 26, 2023
    Copy the full SHA
    f5f485e View commit details

Commits on Mar 30, 2023

  1. update package

    L1247 committed Mar 30, 2023
    Copy the full SHA
    39627c3 View commit details

Commits on Dec 10, 2023

  1. added select object

    L1247 committed Dec 10, 2023
    Copy the full SHA
    8049ac4 View commit details
  2. add version to 1.0.2

    L1247 committed Dec 10, 2023
    Copy the full SHA
    f0b44fd View commit details
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -34,3 +34,13 @@ sysinfo.txt
# Builds
*.apk
*.unitypackage

BookmarkEverything/Logs/

BookmarkEverything/.idea/

BookmarkEverything/UserSettings/

BookmarkEverything/Assets/Scenes/

BookmarkEverything/Assets/BookmarkEverything/Editor/.idea/
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "BookmarkEverything.Editor",
"rootNamespace": "",
"references": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": false,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading