jMonkeyEngine / sdk

The jMonkeyEngine3 Software Development Kit based on Netbeans
BSD 3-Clause "New" or "Revised" License
315 stars 102 forks source link

Prevent loading of assets from non-asset-folders #267

Open MeFisto94 opened 4 years ago

MeFisto94 commented 4 years ago

By throwing a newly created NotInAssetPathException.

Problems:

MeFisto94 commented 4 years ago

https://github.com/jMonkeyEngine/sdk/blob/5be6123ca8f7f8ea4d57c23d52e61fe6713bb8e5/jme3-core/src/com/jme3/gde/core/assets/AssetDataObject.java#L182 should already be in place.