onedriver VS AssetStudio

Compare onedriver vs AssetStudio and see what are their differences.

AssetStudio

AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles. (by Perfare)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
onedriver AssetStudio
58 128
1,749 10,093
- -
6.1 6.1
5 days ago over 1 year ago
Go C#
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

onedriver

Posts with mentions or reviews of onedriver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-01.
  • What's the most pratical solution for someone who wants to use Linux as their primary OS but often has to deal with Windows-exclusive software and services?
    1 project | /r/linuxquestions | 6 Dec 2023
    onedriver is a native Linux filesystem for Microsoft OneDrive: - https://github.com/jstaf/onedriver
  • Using MS OneDrive(r) on Debian 12 -- but .deb packages only for Deb 10/11
    2 projects | /r/debian | 1 Jul 2023
    Alternatively, I read good things about https://github.com/jstaf/onedriver which can download only the files that I need at times instead of the whole account, but looking at the install methods on debian, there's only information regarding Debain 10 and 11 installs. For example, I can install .deb packagaes here, but again only refers to deb 10/11.
  • Introducing Celeste: A GUI file synchronization client that can connect to any cloud provider
    9 projects | /r/linux | 7 Feb 2023
    There are OneDriveGUI which uses abraunegg's onedrive client as backend, onedriver which has been around with a GUI for longer, and of course the classic Insync which is paid.
  • Any OneDrive clients?
    1 project | /r/linuxquestions | 31 Jan 2023
    I am a big big fan of the OneDriver client - https://github.com/jstaf/onedriver
  • Possible to sync OneDrive folders on SteamOS/Linux?
    3 projects | /r/SteamDeck | 13 Jan 2023
    * Via the 'onedriver' client - https://github.com/jstaf/onedriver - Native file system that only provides the OneDrive 'on-demand' functionality, open source and free. Supports Personal, Business account types. Currently does not support Shared Folders or SharePoint.
  • Troubleshooting with Onedriver
    1 project | /r/EndeavourOS | 31 Dec 2022
    /home/my_usr/.cache/paru/clone/onedriver/.gitignore src pkg *.tar.xz *.tar.gz *.tar.zst *.log /home/my_usr/.cache/paru/clone/onedriver/PKGBUILD # Maintained by Faisal Moledina (faisal at moledina dot me) pkgname=onedriver pkgver=0.13.0 pkgrel=0 pkgdesc="Native Linux filesystem for Microsoft OneDrive" arch=('x86_64') url='https://github.com/jstaf/onedriver' license=('GPL3') depends=('fuse2' 'webkit2gtk') makedepends=('pkgconf' 'go') source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz") sha512sums=('aa831017c4d9612fbdea1e2fab05864f84074e6b80e7613ae739d2954e7b6e975d6a1aaaaba330c0038dae69839dcf6> build() { cd "$pkgname-$pkgver" export CGO_CPPFLAGS="${CPPFLAGS}" export CGO_CFLAGS="${CFLAGS}" export CGO_CXXFLAGS="${CXXFLAGS}" export CGO_LDFLAGS="${LDFLAGS}" go build \ -v \ -trimpath \ -buildmode=pie \ -mod=readonly \ -modcacherw \ -ldflags "-X main.commit=$(git rev-parse HEAD) -linkmode external -extldflags \"${LDFLAGS}\"" \ ./cmd/onedriver export CGO_CFLAGS="-Wno-deprecated-declarations ${CFLAGS}" go build \ -v \ -trimpath \ -buildmode=pie \ -mod=readonly \ -modcacherw \ -ldflags "-X main.commit=$(git rev-parse HEAD) -linkmode external -extldflags \"${LDFLAGS}\"" \ ./cmd/onedriver-launcher } package() { cd "$pkgname-$pkgver" install -Dm 755 $pkgname "$pkgdir"/usr/bin/$pkgname install -Dm 755 $pkgname-launcher "$pkgdir"/usr/bin/$pkgname-launcher install -Dm 644 "resources/[email protected]" "$pkgdir"/usr/lib/systemd/user/[email protected] install -Dm 644 resources/$pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop install -Dm 644 resources/$pkgname.png "$pkgdir"/usr/share/icons/onedriver/$pkgname.png install -Dm 644 resources/$pkgname.svg "$pkgdir"/usr/share/icons/onedriver/$pkgname.svg install -Dm 644 resources/$pkgname.1 "$pkgdir"/usr/share/man/man1/$pkgname.1 }
  • Linux for Star Citizen
    5 projects | /r/linux4noobs | 29 Dec 2022
    When you get to it - there are only 5 reliable ways to access OneDrive on Linux/Unix platforms: * Via the OneDrive Client for Linux - https://github.com/abraunegg/onedrive - this 'syncs' your data, bi-directional operation, open source and free. Supports Personal, Business & SharePoint account types and Shared Folders. A Docker container is also available for all major architectures (x86_64, ARMHF, AARCH64). If you need a GUI for onedrive client management use: https://github.com/bpozdena/OneDriveGUI * Via the 'onedriver' client - https://github.com/jstaf/onedriver - Native file system that only provides the OneDrive 'on-demand' functionality, open source and free. Supports Personal, Business account types. Currently does not support Shared Folders or SharePoint. * Via 'rclone' - https://rclone.org/ - one way sync client, open source and free. Has limitations with SharePoint. * Via non-free clients such as 'insync', 'ExpanDrive' * Via the web browser of your choice
  • It's time to give up on LibreOffice - integrate web based office suites directly into Ubuntu instead
    3 projects | /r/Ubuntu | 7 Dec 2022
    There are OneDrive clients for Linux already, e.g. https://github.com/abraunegg/onedrive or https://github.com/jstaf/onedriver.
  • Windows to Linux migration help
    1 project | /r/linux | 3 Dec 2022
    Take a look at OneDriver. Its a decent OneDrive client for Linux and works really well! It should pair up nicely with LibreOffice, which is a Microsoft Office alternative that is preinstalled on most Distros. Don’t worry, Google Drive also works (honesty not as good as OneDriver). most distros should allow your to “connect to online accounts,” which should allow you to sign in with your g account.
  • I'm thinking about switching to linux and I need some advise.
    1 project | /r/linuxquestions | 23 Nov 2022

AssetStudio

Posts with mentions or reviews of AssetStudio. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-15.
  • Looks like RF3s modding is just like RF5
    3 projects | /r/runefactory | 15 Sep 2023
    Asset Studio for browsing and previewing files, Avalonia for replacing/editing bundles. Of course, I've never actually modded RF5; all I've managed to get working so far for RF3s is portrait and model texture editing, and face textures are so tightly cropped that replacing them might be a pain. As for dialogue, the extracted .txt comes out garbled, and I tried it with Grimoire just for fun but that doesn't seem to do anything.
  • Trying to find sprites from the games files, but I cant find them.
    1 project | /r/HollowKnight | 6 Sep 2023
    the sprites won't appear as actual images unless you are using something to load the sprites like AssetStudio or a similar program. unfortunately i can't remember the name of the program that allows you to take a screenshot and rip assets from there, or something similar. but AssetStudio will do the trick and you have to load the folder called "hollow_knight_Data" from - C:\(yournamehere)\steamapps\common\Hollow Knight\hollow_knight_Data - some of the information here will vary based on what you've named your drives but the main folder is in steamapps\common\HollowKnight\hollow_knight_Data
  • Active fork of AssetStudio? (AssetStudioGUI by Perfare)
    3 projects | /r/Unity3D | 29 Aug 2023
  • School of Dragons
    1 project | /r/GamePreservationists | 17 Jun 2023
    I've tried exploring a few things with this but the only sound file I was able to find was the one that plays on the startup screen. I think I might have another lead with the files that steam displays but I'm doing my best and if worse comes to worst I will just try to get recordings of everything :]
  • How to make mods?
    10 projects | /r/SunHaven | 9 Jun 2023
  • JPEGs of gun cases?
    1 project | /r/PistolWhip | 9 Jun 2023
    Yes, you can use a tool like asset studio to find and extract the wrap textures
  • Can I find the game's textures anywhere?
    1 project | /r/Ultrakill | 8 Jun 2023
  • Learning how to mod
    10 projects | /r/SunHaven | 22 May 2023
  • What’s Left to Preserve for Priconne EN & Github Priconne Image Extractor
    1 project | /r/gachagaming | 1 May 2023
    Hi, I'm the person who made priconne-image-extractor. If you're looking to decrypt .unity3d files from the EN server, you can use that to get all the .unity3d files from EN's CDN, and then use AssetStudio (https://github.com/Perfare/AssetStudio) to load the folder with all the .unity3d files. This won't work anymore for JP's server since they updated Unity a while ago, but in theory this should work for EN still.
  • Does Anyone have the SFX file of Video Game Club Skill?
    1 project | /r/BlueArchive | 26 Apr 2023
    You can dig the audio files yourself from the game data with Asset Studio. I can get it for you, but it'll have to wait until I get home. I advice you try to dig yourself. Might find many cool things in there.

What are some alternatives?

When comparing onedriver and AssetStudio you can also consider the following projects:

onedrive - OneDrive Client for Linux

UnityGLTF - Runtime glTF 2.0 Loader for Unity3D

rclone - "rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files

Il2CppDumper - Unity il2cpp reverse engineer

flathub - Pull requests for new applications to be added

AssetStudio - AssetStudio is an independent tool for exploring, extracting and exporting assets.

photoshopCClinux - Photoshop CC v19 installer for Gnu/Linux

UnityPy - UnityPy is python module that makes it possible to extract/unpack and edit Unity assets

winapps - Run Windows apps such as Microsoft Office/Adobe in Linux (Ubuntu/Fedora) and GNOME/KDE as if they were a part of the native OS, including Nautilus integration.

UnityLive2DExtractor - Unity Live2D Cubism 3 Extractor

onedrive - Free Client for OneDrive on Linux

UABEA - c# uabe for newer versions of unity