Is there any way to use per-vertex custom attributes from fbx file in shader?

I’m trying to store custom point id attribute in model and export it as a .fbx file, then import it into unity and read the values in shader.Is there any way to achieve it? Use custom vertex semantic? Or store the values in buffer and read the data in shader?