Hi Arun,have written the following code to relate assets.if(assetMgr.assetExists(nodePath)){asset = assetMgr.getAsset("nodePath");asset.addRelation("derived",path);}nodepath has the parent assetand path has the child asset which need to be related to mode path asset.Getting null exception.I'm not su...